From e8bae061f155c1a9aedff2877e6a5054cf059d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 18 Jan 2018 19:16:12 +0200 Subject: [PATCH] padtemplate: And add missing GST_EXPORT to gst_pad_template_new_with_gtype() --- gst/gstpadtemplate.h | 1 + 1 file changed, 1 insertion(+) 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;