tests: basesrc: unref gst_bus_timed_pop_filtered return
[platform/upstream/gstreamer.git] / gst / gststreamcollection.h
index 6d98365..11345c5 100644 (file)
@@ -93,22 +93,22 @@ struct _GstStreamCollectionClass {
   gpointer _gst_reserved[GST_PADDING];
 };
 
-GST_EXPORT
+GST_API
 GType gst_stream_collection_get_type (void);
 
-GST_EXPORT
+GST_API
 GstStreamCollection *gst_stream_collection_new (const gchar *upstream_id);
 
-GST_EXPORT
+GST_API
 const gchar *gst_stream_collection_get_upstream_id (GstStreamCollection *collection);
 
-GST_EXPORT
+GST_API
 guint gst_stream_collection_get_size (GstStreamCollection *collection);
 
-GST_EXPORT
+GST_API
 GstStream *gst_stream_collection_get_stream (GstStreamCollection *collection, guint index);
 
-GST_EXPORT
+GST_API
 gboolean gst_stream_collection_add_stream (GstStreamCollection *collection,
                                            GstStream *stream);