[Bug 759869] glimagesink: navigation messages are not posted on the bus

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Dec 26 15:10:29 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=759869

--- Comment #7 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
The corresponding code in gst-play is this fwiw (not entirely perfect, but
gives you another approach):
http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/tools/gst-play.c#n390

It would not have been possible to add message::navigation because we ran out
of bits/flags, so it would have had to be an 'extended' message type which
isn't that much better than an ELEMENT message. C'est la vie, can be fixed in
2.0. The other reason is that this is how to extend stuff from -base that the
core module doesn't know about.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list