From dfb2d1b7d768d7cdd9d3a7b6e151017cf86e96ea Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 4 Mar 2009 12:29:50 +0100 Subject: rtspsrc: fix do-rtcp property description --- --- gst/rtsp/gstrtspsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtsp') diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 80f8bd10..79de7997 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -348,7 +348,7 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass) */ g_object_class_install_property (gobject_class, PROP_DO_RTCP, g_param_spec_boolean ("do-rtcp", "Do RTCP", - "Don't send RTCP packets", + "Send RTCP packets, disable for old incompatible server.", DEFAULT_DO_RTCP, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); gstelement_class->change_state = gst_rtspsrc_change_state; -- cgit