mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Fixed the smooothwave madness removed a yield from vorbisdec don't call mpeg2_close, it seems to segfault sometimes.
Original commit message from CVS: Fixed the smooothwave madness removed a yield from vorbisdec don't call mpeg2_close, it seems to segfault sometimes.
This commit is contained in:
parent
116d8393fc
commit
a034a8bf31
3 changed files with 2 additions and 4 deletions
|
@ -1077,7 +1077,7 @@ ext/rtp/Makefile
|
||||||
ext/sdl/Makefile
|
ext/sdl/Makefile
|
||||||
ext/shout/Makefile
|
ext/shout/Makefile
|
||||||
ext/sidplay/Makefile
|
ext/sidplay/Makefile
|
||||||
ext/smoothwave/Makefile
|
ext/smooothwave/Makefile
|
||||||
ext/vorbis/Makefile
|
ext/vorbis/Makefile
|
||||||
ext/xmms/Makefile
|
ext/xmms/Makefile
|
||||||
gst-libs/Makefile
|
gst-libs/Makefile
|
||||||
|
|
|
@ -161,7 +161,7 @@ SHOUT_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_SMOOTHWAVE
|
if USE_SMOOTHWAVE
|
||||||
SMOOTHWAVE_DIR=smoothwave
|
SMOOTHWAVE_DIR=smooothwave
|
||||||
else
|
else
|
||||||
SMOOTHWAVE_DIR=
|
SMOOTHWAVE_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -171,8 +171,6 @@ gst_vorbisdec_loop (GstElement * element)
|
||||||
stream initial header) We need the first page to get the stream
|
stream initial header) We need the first page to get the stream
|
||||||
serialno. */
|
serialno. */
|
||||||
|
|
||||||
gst_element_yield (GST_ELEMENT (vorbisdec));
|
|
||||||
|
|
||||||
/* submit a 4k block to libvorbis' Ogg layer */
|
/* submit a 4k block to libvorbis' Ogg layer */
|
||||||
buf = gst_vorbisdec_pull (vorbisdec, &oy);
|
buf = gst_vorbisdec_pull (vorbisdec, &oy);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue