summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/rtsptransport.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
commit3ecf433432289b9c1990165f65bdd51aaad2eaa7 (patch)
treedc7bd5c5b4eb37d49b1a37ca1f33c9d9ed2a8374 /gst/rtsp/rtsptransport.h
parentf2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff)
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'gst/rtsp/rtsptransport.h')
-rw-r--r--gst/rtsp/rtsptransport.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/gst/rtsp/rtsptransport.h b/gst/rtsp/rtsptransport.h
index 288275fb..e746f501 100644
--- a/gst/rtsp/rtsptransport.h
+++ b/gst/rtsp/rtsptransport.h
@@ -45,34 +45,34 @@ typedef struct
} RTSPRange;
typedef struct _RTSPTransport {
- RTSPTransMode trans;
+ RTSPTransMode trans;
RTSPProfile profile;
RTSPLowerTrans lower_transport;
- gboolean multicast;
- gchar *destination;
- gchar *source;
- gint layers;
- gboolean mode_play;
- gboolean mode_record;
- gboolean append;
- RTSPRange interleaved;
+ gboolean multicast;
+ gchar *destination;
+ gchar *source;
+ gint layers;
+ gboolean mode_play;
+ gboolean mode_record;
+ gboolean append;
+ RTSPRange interleaved;
/* mulitcast specific */
- gint ttl;
+ gint ttl;
/* RTP specific */
- RTSPRange port;
- RTSPRange client_port;
- RTSPRange server_port;
- gchar *ssrc;
+ RTSPRange port;
+ RTSPRange client_port;
+ RTSPRange server_port;
+ gchar *ssrc;
} RTSPTransport;
RTSPResult rtsp_transport_new (RTSPTransport **transport);
RTSPResult rtsp_transport_init (RTSPTransport *transport);
-RTSPResult rtsp_transport_parse (gchar *str, RTSPTransport *transport);
+RTSPResult rtsp_transport_parse (gchar *str, RTSPTransport *transport);
RTSPResult rtsp_transport_free (RTSPTransport *transport);