From: Sreerenj Balachandran Date: Fri, 7 Jan 2011 21:45:32 +0000 (+0200) Subject: rtsp-media.h: Minor corrections in comments. X-Git-Tag: 1.19.3~495^2~1387^2~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=28597c913da3acdd9a0dda8ad62977f9b77e282e;p=platform%2Fupstream%2Fgstreamer.git rtsp-media.h: Minor corrections in comments. Fixes #638944 --- 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