diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-12 17:08:10 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-12 17:08:10 +0000 |
commit | e67beb0857e40a52f87fc80ef1ee6d5b144699de (patch) | |
tree | 206232172534c2acc853322dd23a61de2416d5fc /ChangeLog | |
parent | 77041e7412319f3726aa35fa85ec42d72366741a (diff) | |
download | gst-plugins-bad-e67beb0857e40a52f87fc80ef1ee6d5b144699de.tar.gz gst-plugins-bad-e67beb0857e40a52f87fc80ef1ee6d5b144699de.tar.bz2 gst-plugins-bad-e67beb0857e40a52f87fc80ef1ee6d5b144699de.zip |
gst/flv/gstflvdemux.c: Fix regression of handling flow returns in pull mode.
Original commit message from CVS:
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 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. + +2008-10-12 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * ext/Makefile.am: Add apexsink to SUBDIRS. Fixes bug #555912. |