ext/lame/gstlame.c: mark the xing-header property as BROKEN (see http://bugzilla...
authorChristophe Fergeau <teuf@gnome.org>
Sun, 12 Mar 2006 11:00:33 +0000 (11:00 +0000)
committerChristophe Fergeau <teuf@gnome.org>
Sun, 12 Mar 2006 11:00:33 +0000 (11:00 +0000)
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).

ChangeLog
ext/lame/gstlame.c

index 410cd1721acfa6184b7a59c7bf8761e7f7c88d5d..fd79c4803c9e7ef06288c3c43a73c3a301bb806e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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).
+
 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
 
        * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
index e7fc70cc2fb12e5523e8e9d472abe982947b054d..f86e68c22c6b98944aede918156ada67aee503c3 100644 (file)
@@ -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",