summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/plugins/gst_plugins_cache.json2
-rw-r--r--ext/closedcaption/gstcccombiner.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index b24ff6f10..afff4eaa9 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 079c77cee..1c2f03220 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,