After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 423086 - vorbisdec introduces timestamp discontinuity at the end
vorbisdec introduces timestamp discontinuity at the end
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.12
Other Linux
: Normal normal
: 0.10.29
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-26 20:51 UTC by Thomas Vander Stichele
Modified: 2010-03-10 10:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix vorbisdec pipeline test (1.23 KB, patch)
2010-02-02 10:35 UTC, Mark Nauwelaerts
committed Details | Review

Description Thomas Vander Stichele 2007-03-26 20:51:30 UTC
example pipeline:
gst-launch -m audiotestsrc num-buffers=100 ! audio/x-raw-int,rate=44100 ! audioconvert ! vorbisenc ! identity ! vorbisdec ! identity check-imperfect-timestamp=TRUE ! fakesink silent=TRUE

giving:
Got Message from element "identity1" (element): imperfect-timestamp, prev-timestamp=(guint64)2288616780, prev-duration=(guint64)23219954, prev-offset=(guint64)100928, prev-offset-end=(guint64)101952, cur-timestamp=(guint64)2298775510, cur-duration=(guint64)23219954, cur-offset=(guint64)101376, cur-offset-end=(guint64)102400
Comment 1 Thomas Vander Stichele 2007-03-26 20:54:45 UTC
When this is fixed, please fix the test in tests/check/pipelines/vorbisdec.c as well.
Comment 2 Mark Nauwelaerts 2010-02-02 10:35:45 UTC
Created attachment 152823 [details] [review]
Fix vorbisdec pipeline test

Problem seems to be gone these days, patch fixes/re-enables test.
Comment 3 Mark Nauwelaerts 2010-03-10 10:28:10 UTC
commit 66c1292cac99bcfcab345712fe4a63bea3bb21a2
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Tue Feb 2 11:34:10 2010 +0100

    tests: enable strict discontinuity checking on vorbisdec pipeline

    Closes #423086.