rtsp-media.h: Minor corrections in comments.

Fixes #638944
This commit is contained in:
Sreerenj Balachandran 2011-01-07 23:45:32 +02:00 committed by Wim Taymans
parent e641e4ed1f
commit 28597c913d

View 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