mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 09:08:14 +00:00
rtpbin: Use the right constant to define the "use-pipeline-clock" property
The wrong #define was being used, now use the correct one.
This commit is contained in:
parent
b6b6c27c09
commit
077a61932a
1 changed files with 2 additions and 1 deletions
|
@ -1643,7 +1643,8 @@ 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 clock to set the NTP time in the RTCP SR messages",
|
||||
DEFAULT_AUTOREMOVE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
DEFAULT_USE_PIPELINE_CLOCK,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
/**
|
||||
* GstRtpBin::buffer-mode:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue