diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2005-10-13 18:59:35 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2005-10-13 18:59:35 +0000 |
| commit | fb495736bc531080df1a7874d7ef3b94679d25a9 (patch) | |
| tree | 313627553a53ffcf2a1674a59068b70f3f33be0a /ChangeLog | |
| parent | 1eb3b76e8b5dd365502e4ecf3d373e23c3c11aff (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-10-13 Tim-Philipp Müller <tim at centricular dot net> + + * 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 <ensonic@users.sf.net> * examples/stats/mp2ogg.c: |
