aggregator: Assert if the sink/src pad type that is to be used is not a GstAggregator...
[platform/upstream/gstreamer.git] / gst / gstghostpad.h
index e56e183..98a364d 100644 (file)
@@ -57,23 +57,23 @@ struct _GstProxyPadClass
   gpointer _gst_reserved[1];
 };
 
-GST_EXPORT
+GST_API
 GType               gst_proxy_pad_get_type (void);
 
-GST_EXPORT
+GST_API
 GstProxyPad *       gst_proxy_pad_get_internal (GstProxyPad *pad);
 
 
-GST_EXPORT
+GST_API
 GstIterator*        gst_proxy_pad_iterate_internal_links_default (GstPad *pad, GstObject *parent) G_GNUC_MALLOC;
 
-GST_EXPORT
+GST_API
 GstFlowReturn       gst_proxy_pad_chain_default                  (GstPad *pad, GstObject *parent,
                                                                   GstBuffer *buffer);
-GST_EXPORT
+GST_API
 GstFlowReturn       gst_proxy_pad_chain_list_default             (GstPad *pad, GstObject *parent,
                                                                   GstBufferList *list);
-GST_EXPORT
+GST_API
 GstFlowReturn       gst_proxy_pad_getrange_default               (GstPad *pad, GstObject *parent,
                                                                   guint64 offset, guint size,
                                                                   GstBuffer **buffer);
@@ -111,34 +111,34 @@ struct _GstGhostPadClass
 };
 
 
-GST_EXPORT
+GST_API
 GType            gst_ghost_pad_get_type          (void);
 
-GST_EXPORT
+GST_API
 GstPad*          gst_ghost_pad_new               (const gchar *name, GstPad *target) G_GNUC_MALLOC;
 
-GST_EXPORT
+GST_API
 GstPad*          gst_ghost_pad_new_no_target     (const gchar *name, GstPadDirection dir) G_GNUC_MALLOC;
 
-GST_EXPORT
+GST_API
 GstPad*          gst_ghost_pad_new_from_template (const gchar *name, GstPad * target, GstPadTemplate * templ) G_GNUC_MALLOC;
 
-GST_EXPORT
+GST_API
 GstPad*          gst_ghost_pad_new_no_target_from_template (const gchar *name, GstPadTemplate * templ) G_GNUC_MALLOC;
 
-GST_EXPORT
+GST_API
 GstPad*          gst_ghost_pad_get_target        (GstGhostPad *gpad);
 
-GST_EXPORT
+GST_API
 gboolean         gst_ghost_pad_set_target        (GstGhostPad *gpad, GstPad *newtarget);
 
-GST_EXPORT
+GST_API
 gboolean         gst_ghost_pad_construct         (GstGhostPad *gpad);
 
-GST_EXPORT
+GST_API
 gboolean         gst_ghost_pad_activate_mode_default  (GstPad * pad, GstObject * parent,
                                                        GstPadMode mode, gboolean active);
-GST_EXPORT
+GST_API
 gboolean         gst_ghost_pad_internal_activate_mode_default   (GstPad * pad, GstObject * parent,
                                                                  GstPadMode mode, gboolean active);