[Bug 762778] API: add gst_element_class_add_static_pad_template()

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Feb 28 13:30:37 UTC 2016


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.7.90

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
commit cf0680017e44f62434ee57c670a66b7dfa0a7746
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Sat Feb 27 15:36:28 2016 +0000

    elements: use new gst_element_class_add_static_pad_template()

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

commit fa12d23a17dbd16d4df552da1ca016c53fa038fb
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Sat Feb 27 15:28:49 2016 +0000

    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.

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

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