From fb495736bc531080df1a7874d7ef3b94679d25a9 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 13 Oct 2005 18:59:35 +0000 Subject: ext/speex/gstspeexenc.c: Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE; use GST_READ_UINT32_LE() and fr... Original commit message from CVS: * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value), (comment_init), (comment_add): Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE; use GST_READ_UINT32_LE() and friends rather than the private implementation of those same macros. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1cac3b03..8725fa67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-10-13 Tim-Philipp Müller + + * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value), + (comment_init), (comment_add): + Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE; + use GST_READ_UINT32_LE() and friends rather than the private + implementation of those same macros. + 2005-10-13 Stefan Kost * examples/stats/mp2ogg.c: -- cgit