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:
Robert Swain 2009-10-15 13:15:40 +01:00 committed by Wim Taymans
parent 1069712438
commit cf11e3b168

View file

@ -272,7 +272,7 @@ gst_faac_class_init (GstFaacClass * klass)
g_object_class_install_property (gobject_class, ARG_SHORTCTL,
g_param_spec_enum ("shortctl", "Block type",
"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_param_spec_enum ("outputformat", "Output format",
"Format of output frames",