tests/check/: Reenable theoraenc test, which fails on the buildbot but not locally.

Original commit message from CVS:
* tests/check/Makefile.am:
* tests/check/pipelines/theoraenc.c:
Reenable theoraenc test, which fails on the buildbot but
not locally.
This commit is contained in:
David Schleef 2008-01-01 01:21:47 +00:00
parent ce9c850f40
commit f85d8a21e0
3 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2007-12-31 David Schleef <ds@schleef.org>
* tests/check/Makefile.am:
* tests/check/pipelines/theoraenc.c:
Reenable theoraenc test, which fails on the buildbot but
not locally.
2007-12-31 David Schleef <ds@schleef.org> 2007-12-31 David Schleef <ds@schleef.org>
* docs/libs/.cvsignore: * docs/libs/.cvsignore:

View file

@ -63,8 +63,7 @@ check_vorbis =
endif endif
if USE_THEORA if USE_THEORA
#check_theora = pipelines/theoraenc check_theora = pipelines/theoraenc
check_theora =
else else
check_theora = check_theora =
endif endif

View file

@ -52,12 +52,10 @@ check_buffer_timestamp (GstBuffer * buffer, GstClockTime timestamp)
static void static void
check_buffer_duration (GstBuffer * buffer, GstClockTime duration) check_buffer_duration (GstBuffer * buffer, GstClockTime duration)
{ {
#if 0
fail_unless (GST_BUFFER_DURATION (buffer) == duration, fail_unless (GST_BUFFER_DURATION (buffer) == duration,
"expected duration %" GST_TIME_FORMAT "expected duration %" GST_TIME_FORMAT
", but got duration %" GST_TIME_FORMAT, ", but got duration %" GST_TIME_FORMAT,
GST_TIME_ARGS (duration), GST_TIME_ARGS (GST_BUFFER_DURATION (buffer))); GST_TIME_ARGS (duration), GST_TIME_ARGS (GST_BUFFER_DURATION (buffer)));
#endif
} }
static void static void