From: David Schleef Date: Tue, 1 Jan 2008 01:21:47 +0000 (+0000) Subject: tests/check/: Reenable theoraenc test, which fails on the buildbot but not locally. X-Git-Tag: 1.19.3~511^2~10759 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f85d8a21e0ee86446efecfdecb0326bbc259ebe3;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index 2578769..57dea6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2007-12-31 David Schleef + * 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 + * docs/libs/.cvsignore: * docs/plugins/.cvsignore: Add *-undeclared.txt to fix buildbot. diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index b42c98a..4049ed6 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -63,8 +63,7 @@ check_vorbis = endif if USE_THEORA -#check_theora = pipelines/theoraenc -check_theora = +check_theora = pipelines/theoraenc else check_theora = endif diff --git a/tests/check/pipelines/theoraenc.c b/tests/check/pipelines/theoraenc.c index f0954fa..f585bdb 100644 --- a/tests/check/pipelines/theoraenc.c +++ b/tests/check/pipelines/theoraenc.c @@ -52,12 +52,10 @@ check_buffer_timestamp (GstBuffer * buffer, GstClockTime timestamp) static void check_buffer_duration (GstBuffer * buffer, GstClockTime duration) { -#if 0 fail_unless (GST_BUFFER_DURATION (buffer) == duration, "expected duration %" GST_TIME_FORMAT ", but got duration %" GST_TIME_FORMAT, GST_TIME_ARGS (duration), GST_TIME_ARGS (GST_BUFFER_DURATION (buffer))); -#endif } static void