[Bug 762778] API: add gst_element_class_add_static_pad_template()

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Feb 27 16:25:01 UTC 2016


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

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Created attachment 322538
  --> https://bugzilla.gnome.org/attachment.cgi?id=322538&action=edit
element: add gst_element_class_add_static_pad_template()

    Pretty much every single element does

      gst_element_class_add_pad_template (element_class,
          gst_static_pad_template_get (&some_templ));

    which is both confusing and unnecessary. We might just
    as well add a function to do that in one step.

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