gst/flv/gstflvdemux.c: Instead of using gst_pad_event_default() use a small gst_pad_p...
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 27 Oct 2008 09:20:01 +0000 (09:20 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 27 Oct 2008 09:20:01 +0000 (09:20 +0000)
commit04795346c5da5f10dcb013d89ca4b799497e89f2
tree8a2e15d0a860ee253a625ef332d25dc6e91a4515
parent8877f3590d6dc4558099aaf3b632a7d5084fbdb9
gst/flv/gstflvdemux.c: Instead of using gst_pad_event_default() use a small gst_pad_push_event() wrapper that only do...

Original commit message from CVS:
* gst/flv/gstflvdemux.c: (gst_flv_demux_push_src_event),
(gst_flv_demux_loop), (gst_flv_demux_handle_seek_pull),
(gst_flv_demux_sink_event):
Instead of using gst_pad_event_default() use a small
gst_pad_push_event() wrapper that only does what we want and is much
more simple.
ChangeLog
gst/flv/gstflvdemux.c