X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstpadtemplate.h;h=90f9b25235523d9e93cd904529490043e6ee3cf0;hb=066b515985897495cae32fca5b7eeeec260c40c9;hp=bc2bcee4dcb4a2b42403138b67ec8130aeb49ecb;hpb=002446820e90534e09823f6d98f2f13951cb3b75;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstpadtemplate.h b/gst/gstpadtemplate.h index bc2bcee..90f9b25 100644 --- a/gst/gstpadtemplate.h +++ b/gst/gstpadtemplate.h @@ -126,6 +126,7 @@ struct _GstPadTemplate { GstPadPresence presence; GstCaps *caps; + /*< private >*/ gpointer _gst_reserved[GST_PADDING]; }; @@ -135,10 +136,11 @@ struct _GstPadTemplateClass { /* signal callbacks */ void (*pad_created) (GstPadTemplate *templ, GstPad *pad); + /*< private >*/ gpointer _gst_reserved[GST_PADDING]; }; -/** +/** * GstStaticPadTemplate: * @name_template: the name of the template * @direction: the direction of the template @@ -178,7 +180,7 @@ GType gst_static_pad_template_get_type (void); GstPadTemplate* gst_pad_template_new (const gchar *name_template, GstPadDirection direction, GstPadPresence presence, - GstCaps *caps); + GstCaps *caps) G_GNUC_MALLOC; GstPadTemplate * gst_static_pad_template_get (GstStaticPadTemplate *pad_template); GstCaps* gst_static_pad_template_get_caps (GstStaticPadTemplate *templ);