rtsp-client: Place netaddress meta on packets received via TCP
[platform/upstream/gstreamer.git] / gst / rtsp-server / rtsp-media-factory-uri.h
index d6f6807..f3d4a9e 100644 (file)
@@ -65,14 +65,21 @@ struct _GstRTSPMediaFactoryURIClass {
   gpointer _gst_reserved[GST_PADDING];
 };
 
+GST_EXPORT
 GType                 gst_rtsp_media_factory_uri_get_type   (void);
 
 /* creating the factory */
+
+GST_EXPORT
 GstRTSPMediaFactoryURI * gst_rtsp_media_factory_uri_new     (void);
 
 /* configuring the factory */
+
+GST_EXPORT
 void                  gst_rtsp_media_factory_uri_set_uri  (GstRTSPMediaFactoryURI *factory,
                                                            const gchar *uri);
+
+GST_EXPORT
 gchar *               gst_rtsp_media_factory_uri_get_uri  (GstRTSPMediaFactoryURI *factory);
 
 #ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC