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 614353 - matroskademux: can't correctly demux flac-in-MKV
matroskademux: can't correctly demux flac-in-MKV
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.21
Other Linux
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-30 12:30 UTC by Changwoo Ryu
Modified: 2010-03-30 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Changwoo Ryu 2010-03-30 12:30:07 UTC
flac-in-MKV files can't be played correctly.  All such files seem to have the same problem. An example file can be easily generated using flacenc and matroskamux:

$ gst-launch audiotestsrc freq=4000 ! flacenc ! matroskamux ! filesink location=a.mkv

After recording for a few seconds,

$ wc -c a.mkv
59372013 a.mkv
$ gst-launch filesrc  location=a.mkv ! matroskademux ! flacdec ! audioconvert ! alsasink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 52340 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
$

It just got EOS immediately. It can be played in other non-gstreamer players.
Comment 1 Mark Nauwelaerts 2010-03-30 14:55:46 UTC
commit b9f569bfd005e1bccb2765acda587d367378fa4d
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Tue Mar 30 16:50:10 2010 +0200

    matroskademux: push correctly sized flac header buffers

    Fixes #614353.