After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 567960 - [tagdemux] Doesn't forward unknown events upstream
[tagdemux] Doesn't forward unknown events upstream
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-16 11:30 UTC by Sebastian Dröge (slomo)
Modified: 2009-01-16 11:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
latency.diff (780 bytes, patch)
2009-01-16 11:32 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2009-01-16 11:30:52 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.
Comment 1 Sebastian Dröge (slomo) 2009-01-16 11:32:15 UTC
Created attachment 126571 [details] [review]
latency.diff
Comment 2 Sebastian Dröge (slomo) 2009-01-16 11:39:27 UTC
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.