From: Sebastian Dröge Date: Mon, 19 Apr 2021 10:06:23 +0000 (+0300) Subject: cccombiner: Use correct enum when registering the max-scheduled property X-Git-Tag: 1.19.3~507^2~511 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2635c154de7bc88967c0155f322d471ed97938c;p=platform%2Fupstream%2Fgstreamer.git cccombiner: Use correct enum when registering the max-scheduled property Part-of: --- diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index b24ff6f..afff4ea 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -3325,7 +3325,7 @@ "construct": false, "construct-only": false, "controllable": false, - "default": "0", + "default": "30", "max": "-1", "min": "0", "mutable": "ready", diff --git a/ext/closedcaption/gstcccombiner.c b/ext/closedcaption/gstcccombiner.c index 079c77c..1c2f032 100644 --- a/ext/closedcaption/gstcccombiner.c +++ b/ext/closedcaption/gstcccombiner.c @@ -1496,7 +1496,7 @@ gst_cc_combiner_class_init (GstCCCombinerClass * klass) * Since: 1.20 */ g_object_class_install_property (G_OBJECT_CLASS (klass), - PROP_SCHEDULE, g_param_spec_uint ("max-scheduled", + PROP_MAX_SCHEDULED, g_param_spec_uint ("max-scheduled", "Max Scheduled", "Maximum number of buffers to queue for scheduling", 0, G_MAXUINT, DEFAULT_MAX_SCHEDULED,