gst/wavparse/gstwavparse.c: #define 'fact' RIFF chunk if we are not compiling against
authorTim-Philipp Müller <tim@centricular.net>
Wed, 26 Jul 2006 09:02:56 +0000 (09:02 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 26 Jul 2006 09:02:56 +0000 (09:02 +0000)
Original commit message from CVS:
* gst/wavparse/gstwavparse.c:
#define 'fact' RIFF chunk if we are not compiling against
-base CVS (we don't want to depend on -base CVS for this
one define only, and also not for release order reasons).

ChangeLog
gst/wavparse/gstwavparse.c

index f4ad9e6..f8d9393 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
 
+       * gst/wavparse/gstwavparse.c:
+         #define 'fact' RIFF chunk if we are not compiling against
+         -base CVS (we don't want to depend on -base CVS for this
+         one define only, and also not for release order reasons).
+
+2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
+
        * ext/taglib/gstid3v2mux.cc:
          Handle multiple tags of the same type properly. Re-inject
          unparsed ID3v2 frames that we get as binary blobs from
index 1e66138..48d244a 100644 (file)
@@ -60,8 +60,9 @@
 #include "gst/riff/riff-media.h"
 #include <gst/gst-i18n-plugin.h>
 
-#ifndef G_MAXUINT32
-#define G_MAXUINT32 0xffffffff
+/* FIXME: remove again when we depend on -base >= 0.10.9.1 */
+#ifndef GST_RIFF_TAG_fact
+#define GST_RIFF_TAG_fact GST_MAKE_FOURCC ('f','a','c','t')
 #endif
 
 GST_DEBUG_CATEGORY_STATIC (wavparse_debug);