summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@nokia.com>2011-01-07 23:45:32 +0200
committerWim Taymans <wim.taymans@gmail.com>2011-01-11 21:32:45 +0100
commit28597c913da3acdd9a0dda8ad62977f9b77e282e (patch)
treefc4a188897b1ef51c5c3a253288b2e00979a3e2d
parente641e4ed1f78d3be71b89aa8950662f7088fb6a5 (diff)
rtsp-media.h: Minor corrections in comments.
Fixes #638944
-rw-r--r--gst/rtsp-server/rtsp-media.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gst/rtsp-server/rtsp-media.h b/gst/rtsp-server/rtsp-media.h
index 5424554..33db2f9 100644
--- a/gst/rtsp-server/rtsp-media.h
+++ b/gst/rtsp-server/rtsp-media.h
@@ -90,11 +90,10 @@ struct _GstRTSPMediaTrans {
* @srcpad: the srcpad of the stream
* @payloader: the payloader of the format
* @prepared: if the stream is prepared for streaming
- * @server_port: the server udp ports
* @recv_rtp_sink: sinkpad for RTP buffers
* @recv_rtcp_sink: sinkpad for RTCP buffers
- * @recv_rtp_src: srcpad for RTP buffers
- * @recv_rtcp_src: srcpad for RTCP buffers
+ * @send_rtp_src: srcpad for RTP buffers
+ * @send_rtcp_src: srcpad for RTCP buffers
* @udpsrc: the udp source elements for RTP/RTCP
* @udpsink: the udp sink elements for RTP/RTCP
* @appsrc: the app source elements for RTP/RTCP