mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +00:00
faac: Change the param_spec default value for allowed block types to match the gst_faac_init value of 'normal' as this is better
This commit is contained in:
parent
1069712438
commit
cf11e3b168
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ gst_faac_class_init (GstFaacClass * klass)
|
||||||
g_object_class_install_property (gobject_class, ARG_SHORTCTL,
|
g_object_class_install_property (gobject_class, ARG_SHORTCTL,
|
||||||
g_param_spec_enum ("shortctl", "Block type",
|
g_param_spec_enum ("shortctl", "Block type",
|
||||||
"Block type encorcing",
|
"Block type encorcing",
|
||||||
GST_TYPE_FAAC_SHORTCTL, MAIN, G_PARAM_READWRITE));
|
GST_TYPE_FAAC_SHORTCTL, SHORTCTL_NORMAL, G_PARAM_READWRITE));
|
||||||
g_object_class_install_property (gobject_class, ARG_OUTPUTFORMAT,
|
g_object_class_install_property (gobject_class, ARG_OUTPUTFORMAT,
|
||||||
g_param_spec_enum ("outputformat", "Output format",
|
g_param_spec_enum ("outputformat", "Output format",
|
||||||
"Format of output frames",
|
"Format of output frames",
|
||||||
|
|
Loading…
Reference in a new issue