From e6f39394f5d50d31894e031c5d9eab00b80add21 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Tue, 26 Oct 2021 16:00:36 +0200 Subject: [PATCH] cccombiner: fix default value when installing schedule property Part-of: --- subprojects/gst-plugins-bad/ext/closedcaption/gstcccombiner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/ext/closedcaption/gstcccombiner.c b/subprojects/gst-plugins-bad/ext/closedcaption/gstcccombiner.c index f72d8a2..4d23540 100644 --- a/subprojects/gst-plugins-bad/ext/closedcaption/gstcccombiner.c +++ b/subprojects/gst-plugins-bad/ext/closedcaption/gstcccombiner.c @@ -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)); -- 2.7.4