diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-08 18:31:00 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-08 18:31:00 +0000 |
commit | 169567f3efd1612866426a9514603eb9dc8c377a (patch) | |
tree | 6a5c11dd3d28c5d393d49d12d8178a6f926a0870 /ChangeLog | |
parent | 939a1da72c97b261b023cd219adf834e54c80a80 (diff) |
ext/dv/gstdvdemux.c: Forward all events upstream unless it's something we really don't handle. This fixes latency con...
Original commit message from CVS:
* ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
Forward all events upstream unless it's something we really
don't handle. This fixes latency configuration of pipelines.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event): + Forward all events upstream unless it's something we really + don't handle. This fixes latency configuration of pipelines. + +2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * ext/dv/gstdv.c: (plugin_init): * ext/dv/gstdvdec.c: (gst_dvdec_class_init): * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init): |