mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
rtpbin/session: fix description
https://bugzilla.gnome.org/show_bug.cgi?id=751496
This commit is contained in:
parent
063f553275
commit
a1bff413a1
2 changed files with 2 additions and 2 deletions
|
@ -2086,7 +2086,7 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
|
|||
g_object_class_install_property (gobject_class, PROP_USE_PIPELINE_CLOCK,
|
||||
g_param_spec_boolean ("use-pipeline-clock", "Use pipeline clock",
|
||||
"Use the pipeline running-time to set the NTP time in the RTCP SR messages "
|
||||
"(DEPRECATED: Use ntp-source property)",
|
||||
"(DEPRECATED: Use ntp-time-source property)",
|
||||
DEFAULT_USE_PIPELINE_CLOCK,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_DEPRECATED));
|
||||
/**
|
||||
|
|
|
@ -635,7 +635,7 @@ gst_rtp_session_class_init (GstRtpSessionClass * klass)
|
|||
g_object_class_install_property (gobject_class, PROP_USE_PIPELINE_CLOCK,
|
||||
g_param_spec_boolean ("use-pipeline-clock", "Use pipeline clock",
|
||||
"Use the pipeline running-time to set the NTP time in the RTCP SR messages "
|
||||
"(DEPRECATED: Use ntp-source property)",
|
||||
"(DEPRECATED: Use ntp-time-source property)",
|
||||
DEFAULT_USE_PIPELINE_CLOCK,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_DEPRECATED));
|
||||
|
||||
|
|
Loading…
Reference in a new issue