From a53866ddc1bec3ebccc13dedfaefb6a94b1d381f Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sat, 2 Aug 2008 17:18:47 +0000 Subject: ext/flac/gstflacdec.c: Always post the audio-codec tag, not only if other tags are present. Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder), (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_update_metadata): Always post the audio-codec tag, not only if other tags are present. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ff585243..2abd6904 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-08-02 Sebastian Dröge + + * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder), + (gst_flac_dec_setup_stream_decoder), + (gst_flac_dec_update_metadata): + Always post the audio-codec tag, not only if other tags are present. + 2008-08-02 Jan Schmidt * configure.ac: -- cgit