ext/speex/gstspeexenc.c: Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 13 Oct 2005 18:59:35 +0000 (18:59 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 13 Oct 2005 18:59:35 +0000 (18:59 +0000)
commitfb495736bc531080df1a7874d7ef3b94679d25a9
tree313627553a53ffcf2a1674a59068b70f3f33be0a
parent1eb3b76e8b5dd365502e4ecf3d373e23c3c11aff
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
ext/speex/gstspeexenc.c