summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-25 08:36:46 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-25 08:36:46 +0000
commit1beeda3ff2859372cecbea4542a4da8dc05960d6 (patch)
treeeb7b9c2d8325f16ae6d6262d9d6bcc87e520308a /gst/rtsp/gstrtspsrc.h
parentfa7454bda286ba05847b552b7ed8382ec00cd520 (diff)
gst/rtsp/gstrtspsrc.*: Parse server address from SDP.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize), (gst_rtspsrc_stream_free), (request_pt_map), (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open): * gst/rtsp/gstrtspsrc.h: Parse server address from SDP. Hook up a udpsink to send RTCP back to the server. * docs/plugins/gst-plugins-good-plugins-sections.txt: * gst/rtsp/rtsptransport.h: Add some docs.
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
-rw-r--r--gst/rtsp/gstrtspsrc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h
index 19cf7f1c..c35c9434 100644
--- a/gst/rtsp/gstrtspsrc.h
+++ b/gst/rtsp/gstrtspsrc.h
@@ -96,6 +96,7 @@ struct _GstRTSPStream {
/* our udp sink back to the server */
GstElement *udpsink;
+ GstPad *rtcppad;
/* state */
gint pt;
@@ -142,6 +143,7 @@ struct _GstRTSPSrc {
gchar *content_base;
RTSPLowerTrans cur_protocols;
gboolean tried_url_auth;
+ gchar *addr;
/* supported methods */
gint methods;