summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-27 09:20:01 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-27 09:20:01 +0000
commit04795346c5da5f10dcb013d89ca4b799497e89f2 (patch)
tree8a2e15d0a860ee253a625ef332d25dc6e91a4515 /ChangeLog
parent8877f3590d6dc4558099aaf3b632a7d5084fbdb9 (diff)
downloadgst-plugins-bad-04795346c5da5f10dcb013d89ca4b799497e89f2.tar.gz
gst-plugins-bad-04795346c5da5f10dcb013d89ca4b799497e89f2.tar.bz2
gst-plugins-bad-04795346c5da5f10dcb013d89ca4b799497e89f2.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80058b0e..cc59d462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * 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.
+
+2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/flv/gstflvdemux.c: (gst_flv_demux_change_state),
(gst_flv_demux_set_index), (gst_flv_demux_init):
* gst/flv/gstflvdemux.h: