[Bug 703267] funnel: Needs to be usable in playbin

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 2 00:18:39 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=703267
  GStreamer | gstreamer (core) | git

--- Comment #17 from Sebastian Dröge <slomo at circular-chaos.org> 2013-07-02 07:18:36 UTC ---
(In reply to comment #13)
> I'm looking at the GstMeta now, but I'm not exactly sure how it's supposed to
> be used. Do I define a GstMeta subclass in gstfunnel.c, or does it go somewhere
> else so other elements can use this? Are there examples somewhere of this being
> used?

You would have to put the GstMeta in a public library somewhere, otherwise the
definiton of the meta wouldn't be available to code outside gstfunnel
unfortunately. If that wouldn't be a problem you could as well define it inside
gstfunnel.c.

But as this meta is very funnel specific I wouldn't know in which library to
put it. Maybe instead of doing that you could do something with the
stream-start events that are now sent between each switch of inputs? Or funnel
could introduce a new, custom sticky event for that?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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