rtpbin/session: fix description
https://bugzilla.gnome.org/show_bug.cgi?id=751496
This commit is contained in:
parent
063f553275
commit
a1bff413a1
@ -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…
x
Reference in New Issue
Block a user