summaryrefslogtreecommitdiff
path: root/gst/rtsp-server/rtsp-media-factory-uri.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtsp-server/rtsp-media-factory-uri.h')
-rw-r--r--gst/rtsp-server/rtsp-media-factory-uri.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/rtsp-server/rtsp-media-factory-uri.h b/gst/rtsp-server/rtsp-media-factory-uri.h
index d6f6807..f3d4a9e 100644
--- a/gst/rtsp-server/rtsp-media-factory-uri.h
+++ b/gst/rtsp-server/rtsp-media-factory-uri.h
@@ -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