cccombiner: Use correct enum when registering the max-scheduled property

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2171>
This commit is contained in:
Sebastian Dröge 2021-04-19 13:06:23 +03:00
parent a6c591b339
commit c2635c154d
2 changed files with 2 additions and 2 deletions

View file

@ -3325,7 +3325,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "0",
"default": "30",
"max": "-1",
"min": "0",
"mutable": "ready",

View file

@ -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,