mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 21:51:09 +00:00
ext/lame/gstlame.c: mark the xing-header property as BROKEN (see http://bugzilla.gnome.org/show_bug.cgi?id=330317#c19...
Original commit message from CVS: 2006-03-12 Christophe Fergeau <teuf@gnome.org> Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * ext/lame/gstlame.c: (gst_lame_class_init): mark the xing-header property as BROKEN (see http://bugzilla.gnome.org/show_bug.cgi?id=330317#c19 for an explanation why it's broken).
This commit is contained in:
parent
f580c21add
commit
0b227dccec
1 changed files with 2 additions and 1 deletions
|
@ -421,7 +421,8 @@ gst_lame_class_init (GstLameClass * klass)
|
||||||
G_PARAM_READWRITE));
|
G_PARAM_READWRITE));
|
||||||
g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_XINGHEADER,
|
g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_XINGHEADER,
|
||||||
g_param_spec_boolean ("xingheader", "Output Xing Header",
|
g_param_spec_boolean ("xingheader", "Output Xing Header",
|
||||||
"Output Xing Header", FALSE, G_PARAM_READWRITE));
|
"Output Xing Header (BROKEN, use xingmux instead)",
|
||||||
|
FALSE, G_PARAM_READWRITE));
|
||||||
#ifdef GSTLAME_PRESET
|
#ifdef GSTLAME_PRESET
|
||||||
g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_PRESET,
|
g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_PRESET,
|
||||||
g_param_spec_enum ("preset", "Lame Preset", "Lame Preset",
|
g_param_spec_enum ("preset", "Lame Preset", "Lame Preset",
|
||||||
|
|
Loading…
Reference in a new issue