From c89b5bdf4a83ebdc4eb39f0749fc5e3adf597d50 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 22 Feb 2004 15:31:30 +0000 Subject: [PATCH] gst/audioconvert/gstaudioconvert.c: set rank to PRIMARY Original commit message from CVS: 2004-02-22 Benjamin Otte reported by: Stefan Kost * 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 reviewed by Benjamin Otte * ext/flac/gstflacenc.c: (gst_flacenc_chain): escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116) --- ChangeLog | 17 +++++++++++++++++ common | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ead95af..d35fe37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ 2004-02-22 Benjamin Otte + reported by: Stefan Kost + + * 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 + + reviewed by Benjamin Otte + + * ext/flac/gstflacenc.c: (gst_flacenc_chain): + escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116) + +2004-02-22 Benjamin Otte + * configure.ac: export [_]*{gst,Gst,GST}.* symbols from plugins diff --git a/common b/common index d821172..0945c85 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit d821172609916bc61bbbca7f8d2e6cf0ca1ab47a +Subproject commit 0945c85c4c9139e2e5b8e04d0fc841b8aa1e6e9b -- 2.7.4