[gst-devel] [gst-cvs] gst-plugins-base: audiotestsrc: implement reverse playback
Edward Hervey
bilboed at gmail.com
Sat Apr 3 10:58:29 CEST 2010
On Fri, 2010-04-02 at 11:16 -0700, Stefan Kost wrote:
> Module: gst-plugins-base
> Branch: master
> Commit: 718edb5c14504af3cece18071b4bfe00f18c03eb
> URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=718edb5c14504af3cece18071b4bfe00f18c03eb
>
> Author: Stefan Kost <ensonic at users.sf.net>
> Date: Fri Apr 2 21:01:25 2010 +0300
>
> audiotestsrc: implement reverse playback
>
> Support playback at negative rates. When having a GstController assigned, the
> element will produce time dependend output.
>
> ---
This seems to have broken the pipelines/vorbisenc pipeline in -base.
Running suite(s): vorbisenc
0%: Checks: 3, Failures: 3, Errors: 0
pipelines/vorbisenc.c:36:F:general:test_granulepos_offset:0: expected timestamp 0:00:03.249870963, but got timestamp 0:00:03.273090917
pipelines/vorbisenc.c:36:F:general:test_timestamps:0: expected timestamp 0:00:00.000000000, but got timestamp 0:00:00.023219954
pipelines/vorbisenc.c:36:F:general:test_discontinuity:0: expected timestamp 0:00:00.000000000, but got timestamp 0:00:00.023219954
FAIL: pipelines/vorbisenc
>From the looks of things the first buffer timestamp isn't 0 anymore.
Edward
More information about the gstreamer-devel
mailing list