summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.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/gstrtspsrc.h
parentf2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff)
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
-rw-r--r--gst/rtsp/gstrtspsrc.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h
index 89604d2e..2cab470a 100644
--- a/gst/rtsp/gstrtspsrc.h
+++ b/gst/rtsp/gstrtspsrc.h
@@ -47,18 +47,18 @@ typedef struct _GstRTSPSrcClass GstRTSPSrcClass;
/* flags with allowed protocols */
typedef enum
{
- GST_RTSP_PROTO_UDP_UNICAST = (1 << 0),
- GST_RTSP_PROTO_UDP_MULTICAST = (1 << 1),
- GST_RTSP_PROTO_TCP = (1 << 2),
+ GST_RTSP_PROTO_UDP_UNICAST = (1 << 0),
+ GST_RTSP_PROTO_UDP_MULTICAST = (1 << 1),
+ GST_RTSP_PROTO_TCP = (1 << 2),
} GstRTSPProto;
typedef struct _GstRTSPStream GstRTSPStream;
struct _GstRTSPStream {
- gint id;
+ gint id;
- gint rtpchannel;
- gint rtcpchannel;
+ gint rtpchannel;
+ gint rtcpchannel;
GstRTSPSrc *parent;
@@ -78,22 +78,22 @@ struct _GstRTSPStream {
struct _GstRTSPSrc {
GstElement element;
- gboolean interleaved;
- GstTask *task;
+ gboolean interleaved;
+ GstTask *task;
- gint numstreams;
- GList *streams;
+ gint numstreams;
+ GList *streams;
- gchar *location;
- gboolean debug;
+ gchar *location;
+ gboolean debug;
- GstRTSPProto protocols;
+ GstRTSPProto protocols;
/* supported options */
- gint options;
+ gint options;
RTSPConnection *connection;
- RTSPMessage *request;
- RTSPMessage *response;
+ RTSPMessage *request;
+ RTSPMessage *response;
};
struct _GstRTSPSrcClass {