[Bug 739010] [PLUGIN MOVE] Move GstAggregator to gstreamer (core)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Mar 15 12:12:04 PDT 2015


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

Jan Schmidt <thaytan at noraisin.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thaytan at noraisin.net

--- Comment #40 from Jan Schmidt <thaytan at noraisin.net> ---
One thing that GstCollectPads allowed which GstAggregator doesn't do nicely is
elements that want to receive data on fixed static pads.

It would be nice to decouple the request pad template and naming from the
actual function of GstAggregator. Perhaps a default request_pads implementation
that
sub-classes can install on themselves, or use as a function call when creating
their own request pads, and a separate function for 'enrolling' pads the
sub-class created itself.

Also, I'm not sure about the idea of putting the GType in the GstPadTemplate.
GstPadTemplates go into the registry. We could put the string name of the
GType, but I don't know how useful that is as gst-inspect output.

-- 
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