mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
merge patch from 158258
Original commit message from CVS: merge patch from 158258
This commit is contained in:
parent
b5d73d2ec8
commit
f46ec4e3b7
3 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
|
||||
|
||||
* configure.ac: Update polyaudio requirement to 0.7
|
||||
* ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
|
||||
|
||||
2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
* gst/interleave/deinterleave.c:
|
||||
|
|
|
@ -1429,7 +1429,7 @@ GST_CHECK_FEATURE(PANGO, [pango], pango, [
|
|||
dnl *** polypaudio ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_POLYP, true)
|
||||
GST_CHECK_FEATURE(POLYP, [polyp], polyp, [
|
||||
PKG_CHECK_MODULES(POLYP, polyplib >= 0.6,
|
||||
PKG_CHECK_MODULES(POLYP, polyplib >= 0.7,
|
||||
HAVE_POLYP="yes", HAVE_POLYP="no")
|
||||
AC_SUBST(POLYP_CFLAGS)
|
||||
AC_SUBST(POLYP_CFLAGS)
|
||||
|
|
|
@ -319,11 +319,6 @@ create_stream (GstPolypSink * polypsink)
|
|||
polypsink);
|
||||
pa_stream_connect_playback (polypsink->stream, NULL, NULL,
|
||||
PA_STREAM_INTERPOLATE_LATENCY, PA_VOLUME_NORM);
|
||||
|
||||
while (polypsink->context && pa_context_is_pending (polypsink->context)) {
|
||||
if (pa_mainloop_iterate (polypsink->mainloop, 1, NULL) < 0)
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue