cccombiner: fix default value when installing schedule property
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 26 Oct 2021 14:00:36 +0000 (16:00 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 26 Oct 2021 14:48:13 +0000 (14:48 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1252>

subprojects/gst-plugins-bad/ext/closedcaption/gstcccombiner.c

index f72d8a2..4d23540 100644 (file)
@@ -1487,7 +1487,7 @@ gst_cc_combiner_class_init (GstCCCombinerClass * klass)
       PROP_SCHEDULE, g_param_spec_boolean ("schedule",
           "Schedule",
           "Schedule caption buffers so that exactly one is output per video frame",
-          FALSE,
+          DEFAULT_SCHEDULE,
           G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS |
           GST_PARAM_MUTABLE_READY));