summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-02-22 15:31:30 +0000
committerBenjamin Otte <otte@gnome.org>2004-02-22 15:31:30 +0000
commitc80c21d5d712bd80c50e35290f444e7316d097c5 (patch)
tree51bf208f32935deca9f02e6642d40eba03c097c9 /ChangeLog
parentfb73db4b310506d6f080144987fdbf367a32672b (diff)
gst/audioconvert/gstaudioconvert.c: set rank to PRIMARY
Original commit message from CVS: 2004-02-22 Benjamin Otte <otte@gnome.org> reported by: Stefan Kost <kost@imn.htwk-leipzig.de> * gst/audioconvert/gstaudioconvert.c: (plugin_init): set rank to PRIMARY * gst/volume/gstvolume.c: (plugin_init): set rank to NONE fixes #134960 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net> reviewed by Benjamin Otte <otte@gnome.org> * ext/flac/gstflacenc.c: (gst_flacenc_chain): escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ead95afa..d35fe370 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
2004-02-22 Benjamin Otte <otte@gnome.org>
+ reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
+
+ * gst/audioconvert/gstaudioconvert.c: (plugin_init):
+ set rank to PRIMARY
+ * gst/volume/gstvolume.c: (plugin_init):
+ set rank to NONE
+ fixes #134960
+
+2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
+
+ reviewed by Benjamin Otte <otte@gnome.org>
+
+ * ext/flac/gstflacenc.c: (gst_flacenc_chain):
+ escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
+
+2004-02-22 Benjamin Otte <otte@gnome.org>
+
* configure.ac:
export [_]*{gst,Gst,GST}.* symbols from plugins