mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
padtemplate: And add missing GST_EXPORT to gst_pad_template_new_with_gtype()
This commit is contained in:
parent
6b1df25441
commit
e8bae061f1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue