GNOME Bugzilla – Bug 693715
gst_element_get_compatible_pad_template: use gst_pad_get_pad_template
Last modified: 2013-02-13 15:18:43 UTC
Created attachment 235888 [details] [review] gst_element_get_compatible_pad_template: use gst_pad_get_pad_template motivation comes from: /* FIXME: why not gst_pad_get_pad_template (pad); */ this code path is quite nicer, we now only revert to creating the template if gst_pad_get_pad_template fails. with this fork, we gain a non-allocation of GstCaps *templcaps Signed-off-by: Niv Sardi <xaiki@evilgiggle.com>
*** This bug has been marked as a duplicate of bug 692508 ***