padtemplate: And add missing GST_EXPORT to gst_pad_template_new_with_gtype()
authorSebastian Dröge <sebastian@centricular.com>
Thu, 18 Jan 2018 17:16:12 +0000 (19:16 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 18 Jan 2018 17:16:12 +0000 (19:16 +0200)
gst/gstpadtemplate.h

index 70ea72f..3e52660 100644 (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;