diff --git a/gst/gstpadtemplate.h b/gst/gstpadtemplate.h index 70ea72f570..3e526609d7 100644 --- a/gst/gstpadtemplate.h +++ b/gst/gstpadtemplate.h @@ -201,6 +201,7 @@ GST_EXPORT GstPadTemplate* gst_pad_template_new (const gchar *name_template, GstPadDirection direction, GstPadPresence presence, GstCaps *caps) G_GNUC_MALLOC; +GST_EXPORT GstPadTemplate* gst_pad_template_new_with_gtype (const gchar *name_template, GstPadDirection direction, GstPadPresence presence, GstCaps *caps, GType pad_type) G_GNUC_MALLOC;