mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
35f966cf13
commit
055cf96c4d
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue