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 771122 - Seeking in paused might be unreliable and lead to a sensible position offset
Seeking in paused might be unreliable and lead to a sensible position offset
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-editing-services
unspecified
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-09 13:39 UTC by Thibault Saunier
Modified: 2018-11-03 12:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thibault Saunier 2016-09-09 13:39:39 UTC
When seeking on files containing mp3 stream (it seems to happen only in that case, but that might be wrong) position sometimes is not accurate and lead to the following error in validate:


==== Got criticals, Return value set to 18 ====
     Critical error Reported position after accurate seek in PAUSED state should be exactly what the user asked for 0:00:00.250000000 != 0:00:00.200000000


https://ci.gstreamer.net/job/GStreamer-master-validate/3710/testReport/junit/ges.playback.scrub_forward_seeking.test_mixing/audio_only/mp3_h264_mp4/
Comment 1 Thibault Saunier 2016-09-09 13:48:32 UTC
The bug seems to be due to the fact that the seek from 0.2 end=0.25 on the audio track pushes EOS instantly and does not output any sample (leading to NLE building the next pipeline)
Comment 2 GStreamer system administrator 2018-11-03 12:53:23 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/27.