gst/flv/gstflvdemux.c: Don't post an error message on the bus if sending EOS downstre...
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 27 Oct 2008 09:32:03 +0000 (09:32 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 27 Oct 2008 09:32:03 +0000 (09:32 +0000)
commitb8dff3899868c1ac021ba9ac30aea4cb666f3998
tree5cfae8fb47a7a5c81d61206fa708c404ac5fe9d8
parent46c603da9300a13bf07988224895ebdc04691cfc
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.
ChangeLog
gst/flv/gstflvdemux.c