projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1069712
)
faac: Change the param_spec default value for allowed block types to match the gst_fa...
author
Robert Swain
<rob@fluffy.(none)>
Thu, 15 Oct 2009 12:15:40 +0000
(13:15 +0100)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Tue, 27 Oct 2009 11:54:41 +0000
(12:54 +0100)
ext/faac/gstfaac.c
patch
|
blob
|
history
diff --git
a/ext/faac/gstfaac.c
b/ext/faac/gstfaac.c
index d72c251db262268d66852c9f7844a26f38430b1b..4903b67b17e97f312553e1e9d607678fb8c2553a 100644
(file)
--- a/
ext/faac/gstfaac.c
+++ b/
ext/faac/gstfaac.c
@@
-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",