mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
rtspsrc: fix do-rtcp property description
---
This commit is contained in:
parent
1523ef681b
commit
dfb2d1b7d7
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass)
|
||||||
*/
|
*/
|
||||||
g_object_class_install_property (gobject_class, PROP_DO_RTCP,
|
g_object_class_install_property (gobject_class, PROP_DO_RTCP,
|
||||||
g_param_spec_boolean ("do-rtcp", "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));
|
DEFAULT_DO_RTCP, G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
|
||||||
|
|
||||||
gstelement_class->change_state = gst_rtspsrc_change_state;
|
gstelement_class->change_state = gst_rtspsrc_change_state;
|
||||||
|
|
Loading…
Reference in a new issue