tests/check/pipelines/: Totally remove the UINT64_CONSTANT macro, doesn't appear to be needed or available.

Original commit message from CVS:
2006-01-30  Andy Wingo  <wingo@pobox.com>

* tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
* tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
remove the UINT64_CONSTANT macro, doesn't appear to be needed or
available.
This commit is contained in:
Andy Wingo 2006-01-30 17:08:11 +00:00
parent 35f966cf13
commit 055cf96c4d
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
2006-01-30 Andy Wingo <wingo@pobox.com> 2006-01-30 Andy Wingo <wingo@pobox.com>
* tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
* tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
remove the UINT64_CONSTANT macro, doesn't appear to be needed or
available.
* ext/theora/gsttheoraenc.h: * ext/theora/gsttheoraenc.h:
* ext/theora/theoraenc.c: Same changes as were done to vorbisenc, * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
although theoraenc was timestamping correctly. Added handling of although theoraenc was timestamping correctly. Added handling of

View file

@ -22,7 +22,7 @@
#include <gst/check/gstcheck.h> #include <gst/check/gstcheck.h>
#define TIMESTAMP_OFFSET G_GUINT64_CONSTANT(3249870963) #define TIMESTAMP_OFFSET 3249870963
#define FRAMERATE 10 #define FRAMERATE 10
static GCond *cond = NULL; static GCond *cond = NULL;

View file

@ -22,7 +22,7 @@
#include <gst/check/gstcheck.h> #include <gst/check/gstcheck.h>
#define TIMESTAMP_OFFSET G_GUINT64_CONSTANT(3249870963) #define TIMESTAMP_OFFSET 3249870963
static GCond *cond = NULL; static GCond *cond = NULL;
static GMutex *lock = NULL; static GMutex *lock = NULL;