GNOME Bugzilla – Bug 567960
[tagdemux] Doesn't forward unknown events upstream
Last modified: 2009-01-16 11:39:27 UTC
Hi, tagdemux doesn't forward unknown events upstream. This results in warnings about not being able to configure the latency. Attached patch fixes this.
Created attachment 126571 [details] [review] latency.diff
2009-01-16 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_srcpad_event): Forward unknown events upstream to allow latency configuration. Fixes bug #567960.