From 0b227dccec2237c59a1b1b133a435e17611c7515 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sun, 12 Mar 2006 11:00:33 +0000 Subject: [PATCH] ext/lame/gstlame.c: mark the xing-header property as BROKEN (see http://bugzilla.gnome.org/show_bug.cgi?id=330317#c19... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: 2006-03-12 Christophe Fergeau Reviewed by: Tim-Philipp Müller * 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). --- ext/lame/gstlame.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index e7fc70cc2f..f86e68c22c 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -421,7 +421,8 @@ gst_lame_class_init (GstLameClass * klass) G_PARAM_READWRITE)); g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_XINGHEADER, 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 g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_PRESET, g_param_spec_enum ("preset", "Lame Preset", "Lame Preset",