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 688153 - matroskademux: audio gap after seeking on webm with lacing
matroskademux: audio gap after seeking on webm with lacing
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.2.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-12 10:32 UTC by Oleksij Rempel
Modified: 2013-12-07 12:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Oleksij Rempel 2012-11-12 10:32:55 UTC
If webm or mkv files was created with lacing, then there is some sound gap after seeking. Since mplayer and vlc can handle this, i assume gstreamer probably can do it too :)

To reproduce:
- create some short webm file
gst-launch-1.0 -e videotestsrc ! queue ! vp8enc deadline=1000 ! webmmux name=m ! filesink location=test1.webm audiotestsrc ! queue ! vorbisenc ! m.

- remux it to enable lacing:
mkvmerge -o test2.webm test1.webm

- open it with totem
- seek to some place
Comment 1 Mark Nauwelaerts 2013-12-07 12:36:08 UTC
Can't really reproduce this (or not hearing good enough ;) ).

But I expect this is fixed along with bug #709965, both dealing with laced vorbis in matroska.

If not, feel free to re-open.