rtsp-media.h: Minor corrections in comments.
authorSreerenj Balachandran <sreerenj.balachandran@nokia.com>
Fri, 7 Jan 2011 21:45:32 +0000 (23:45 +0200)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 11 Jan 2011 20:32:45 +0000 (21:32 +0100)
Fixes #638944

gst/rtsp-server/rtsp-media.h

index 5424554..33db2f9 100644 (file)
@@ -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