GNOME Bugzilla – Bug 556003
[flvdemux] Regression in handling flow returns in pull-mode
Last modified: 2008-10-12 17:08:02 UTC
Hi, flvdemux in latest CVS has a regression in handling flow returns in pull-mode. When pulling from upstream fails for some reason the flow return is dropped and handled like GST_FLOW_OK due to a small mistake while refactoring. Attached patch fixes this.
Created attachment 120428 [details] [review] diff
2008-10-12 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header): Fix regression of handling flow returns in pull mode. Fixes bug #556003.