[gstreamer-bugs] [Bug 614460] New: matroskademux: wrong H.264 demux in some file

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Mar 31 06:20:26 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=614460
  GStreamer | gst-plugins-good | 0.10.21

           Summary: matroskademux: wrong H.264 demux in some file
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.21
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: cwryu at debian.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


I found a H264 video which was not played correctly. The matroskademux element
seems to lost some H264 data. I made a short sample (~7MB, about 12 seconds):

http://people.debian.org/~cwryu/bugs/gst-matroskademux.mkv

With the following command, video stops after about 5 seconds from the start. 

$ gst-launch filesrc location=gst-matroskademux.mkv ! matroskademux !
ffdec_h264 ! ffmpegcolorspace ! xvimagesink

It can be played correctly using ffdemux_matroska instead of matroskademux .

$ gst-launch filesrc location=gst-matroskademux.mkv ! ffdemux_matroska !
ffdec_h264 ! ffmpegcolorspace ! xvimagesink

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list