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 701157 - matroskademux: seek fails with law files
matroskademux: seek fails with law files
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-28 21:23 UTC by Nicola
Modified: 2013-07-22 07:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicola 2013-05-28 21:23:41 UTC
please try this:

gst-launch-1.0 -e alsasrc ! mulawenc ! matroskamux ! filesink location=/tmp/test.mkv

if you try to play the resulting file with totem or with a program that use gstreamer the file play but if you seek the play start from 0 again, this seems a bug in the demuxer: vlc can seek the file just fine, 

the bug is in 0.10 too
Comment 1 Tim-Philipp Müller 2013-07-19 18:45:53 UTC
I can't reproduce this any more, not with the 1.0 branch nor with git master.

Has it been fixed?
Comment 2 Nicola 2013-07-22 06:55:19 UTC
yes, fixed, thanks