caps: _do_simplify() -> _simplify()
[platform/upstream/gstreamer.git] / gst / gstpadtemplate.h
index bc2bcee..7bbbf16 100644 (file)
@@ -138,7 +138,7 @@ struct _GstPadTemplateClass {
   gpointer _gst_reserved[GST_PADDING];
 };
 
-/** 
+/**
  * GstStaticPadTemplate:
  * @name_template: the name of the template
  * @direction: the direction of the template
@@ -178,7 +178,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);