SOURCES: akode-polypaudio-0_8.patch - updated for polypaudio 0.9.x
hawk
hawk at pld-linux.org
Sat Jun 17 12:47:02 CEST 2006
Author: hawk Date: Sat Jun 17 10:47:02 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for polypaudio 0.9.x
---- Files affected:
SOURCES:
akode-polypaudio-0_8.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/akode-polypaudio-0_8.patch
diff -u SOURCES/akode-polypaudio-0_8.patch:1.1 SOURCES/akode-polypaudio-0_8.patch:1.2
--- SOURCES/akode-polypaudio-0_8.patch:1.1 Thu Apr 27 22:24:29 2006
+++ SOURCES/akode-polypaudio-0_8.patch Sat Jun 17 12:46:57 2006
@@ -14,7 +14,7 @@
bool PolypSink::open() {
int error = 0;
- m_data->server = pa_simple_new(0, "akode-client", PA_STREAM_PLAYBACK, 0, "", &m_data->sample_spec, 0, 255, &error );
-+ m_data->server = pa_simple_new(0, "akode-client", PA_STREAM_PLAYBACK, 0, "", &m_data->sample_spec, 0, &error );
++ m_data->server = pa_simple_new(0, "akode-client", PA_STREAM_PLAYBACK, 0, "", &m_data->sample_spec, 0, 0, &error );
if (!m_data->server || error != 0) {
m_data->error = true;
close();
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/akode-polypaudio-0_8.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list