diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-27 09:32:03 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-27 09:32:03 +0000 |
commit | b8dff3899868c1ac021ba9ac30aea4cb666f3998 (patch) | |
tree | 5cfae8fb47a7a5c81d61206fa708c404ac5fe9d8 /ChangeLog | |
parent | 46c603da9300a13bf07988224895ebdc04691cfc (diff) | |
download | gst-plugins-bad-b8dff3899868c1ac021ba9ac30aea4cb666f3998.tar.gz gst-plugins-bad-b8dff3899868c1ac021ba9ac30aea4cb666f3998.tar.bz2 gst-plugins-bad-b8dff3899868c1ac021ba9ac30aea4cb666f3998.zip |
gst/flv/gstflvdemux.c: Don't post an error message on the bus if sending EOS downstream didn't work. Fixes bug #550454.
Original commit message from CVS:
* gst/flv/gstflvdemux.c: (gst_flv_demux_loop),
(gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
(gst_flv_demux_handle_seek_pull):
Don't post an error message on the bus if sending EOS downstream
didn't work. Fixes bug #550454.
Fix seek event handling to look at the flags of the seek event
instead of assuming some random flags, don't send segment-start
messages when operating in push mode and push seek events upstream
if we couldn't handle them.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/flv/gstflvdemux.c: (gst_flv_demux_loop), + (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push), + (gst_flv_demux_handle_seek_pull): + Don't post an error message on the bus if sending EOS downstream + didn't work. Fixes bug #550454. + + Fix seek event handling to look at the flags of the seek event + instead of assuming some random flags, don't send segment-start + messages when operating in push mode and push seek events upstream + if we couldn't handle them. + +2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag): Error out early if pulling a tag failed. |