From: Olivier CrĂȘte Date: Thu, 14 Oct 2010 21:41:30 +0000 (-0400) Subject: rtpbin: Use the right constant to define the "use-pipeline-clock" property X-Git-Tag: 1.19.3~509^2~8032 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=077a61932a8c16fc84eee306d36e3bc5f3d76bfa;p=platform%2Fupstream%2Fgstreamer.git rtpbin: Use the right constant to define the "use-pipeline-clock" property The wrong #define was being used, now use the correct one. --- diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c index a844393..560bf5f 100644 --- a/gst/rtpmanager/gstrtpbin.c +++ b/gst/rtpmanager/gstrtpbin.c @@ -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: *