From 28597c913da3acdd9a0dda8ad62977f9b77e282e Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Fri, 7 Jan 2011 23:45:32 +0200 Subject: [PATCH] rtsp-media.h: Minor corrections in comments. Fixes #638944 --- gst/rtsp-server/rtsp-media.h | 5 ++--- 1 file 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 -- 2.7.4