diff options
author | Benjamin Otte <otte@gnome.org> | 2004-02-22 15:31:30 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-02-22 15:31:30 +0000 |
commit | e416d387a49d28e7866654195e98f96cfb959a9a (patch) | |
tree | 8d4187d494c1aecb410dc4b02690a25e5deaf8ba /ChangeLog | |
parent | a3bd5182999eea092cfff4cd3873c5bb561d9c70 (diff) | |
download | gst-plugins-bad-e416d387a49d28e7866654195e98f96cfb959a9a.tar.gz gst-plugins-bad-e416d387a49d28e7866654195e98f96cfb959a9a.tar.bz2 gst-plugins-bad-e416d387a49d28e7866654195e98f96cfb959a9a.zip |
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-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |