padtemplate: And add missing GST_EXPORT to gst_pad_template_new_with_gtype()

This commit is contained in:
Sebastian Dröge 2018-01-18 19:16:12 +02:00
parent 6b1df25441
commit e8bae061f1

View file

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