summaryrefslogtreecommitdiff
path: root/gst/rtsp/rtsptransport.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtsp/rtsptransport.h')
-rw-r--r--gst/rtsp/rtsptransport.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/gst/rtsp/rtsptransport.h b/gst/rtsp/rtsptransport.h
index 32a347b7..84c0996e 100644
--- a/gst/rtsp/rtsptransport.h
+++ b/gst/rtsp/rtsptransport.h
@@ -85,7 +85,7 @@ typedef struct _RTSPTransport {
gboolean append;
RTSPRange interleaved;
- /* mulitcast specific */
+ /* multicast specific */
gint ttl;
/* UDP specific */
@@ -97,12 +97,15 @@ typedef struct _RTSPTransport {
} RTSPTransport;
-RTSPResult rtsp_transport_new (RTSPTransport **transport);
-RTSPResult rtsp_transport_init (RTSPTransport *transport);
+RTSPResult rtsp_transport_new (RTSPTransport **transport);
+RTSPResult rtsp_transport_init (RTSPTransport *transport);
-RTSPResult rtsp_transport_parse (const gchar *str, RTSPTransport *transport);
+RTSPResult rtsp_transport_parse (const gchar *str, RTSPTransport *transport);
-RTSPResult rtsp_transport_free (RTSPTransport *transport);
+RTSPResult rtsp_transport_get_mime (RTSPTransMode trans, const gchar **mime);
+RTSPResult rtsp_transport_get_manager (RTSPTransMode trans, const gchar **manager);
+
+RTSPResult rtsp_transport_free (RTSPTransport *transport);
G_END_DECLS