mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
cccombiner: fix default value when installing schedule property
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1252>
This commit is contained in:
parent
e730bdaa8e
commit
e6f39394f5
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue