summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-05-11 09:18:25 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-05-11 09:18:25 +0000
commit91ce2b294e5538313bea3ddf7adaf1373d778384 (patch)
treed44c53f85710af001a4dc2bbdd2a777214c6500d /gst/rtsp/gstrtspsrc.h
parent6f0ea35883cec1b68eb1ac2f2bc511f856018f6f (diff)
gst/rtsp/gstrtspsrc.*: Setup UDP sources correctly, receives raw data from RTSP compliant servers now.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type), (gst_rtspsrc_class_init), (gst_rtspsrc_init), (gst_rtspsrc_create_stream), (gst_rtspsrc_add_element), (gst_rtspsrc_set_state), (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_stream_configure_transport), (find_stream), (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_change_state): * gst/rtsp/gstrtspsrc.h: Setup UDP sources correctly, receives raw data from RTSP compliant servers now.
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
-rw-r--r--gst/rtsp/gstrtspsrc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h
index 0a64e023..1cc1bb5c 100644
--- a/gst/rtsp/gstrtspsrc.h
+++ b/gst/rtsp/gstrtspsrc.h
@@ -55,6 +55,8 @@ typedef enum
typedef struct _GstRTSPStream GstRTSPStream;
struct _GstRTSPStream {
+ gint id;
+
gint rtpchannel;
gint rtcpchannel;
@@ -79,6 +81,7 @@ struct _GstRTSPSrc {
gboolean interleaved;
GstTask *task;
+ gint numstreams;
GList *streams;
gchar *location;