[Bug 735628] New: matroska: Looses dts in presence of b-frames h264 stream

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 28 11:53:33 PDT 2014


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

           Summary: matroska: Looses dts in presence of b-frames h264
                    stream
    Classification: Platform
           Product: GStreamer
           Version: 1.4.0
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: nicolas.dufresne at collabora.co.uk
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


If I mux a matroska file using the following (note it's matroska with
streamable=1 and h264 with b-frames):

gst-launch-1.0 videotestsrc is-live=1 ! \
     video/x-raw,width=1280,height=720,framerate=24/1 ! \
     timeoverlay !     x264enc bitrate=4000 ! \
     video/x-h264,profile=main ! \
     queue ! \
     mux. audiotestsrc is-live=1 wave=0 ! \
     audio/x-raw,channels=2 ! \
     faac ! \
     queue ! \
     mux. matroskamux name=mux streamable=true ! \
     queue ! \
     filesink location=test.mkv

And later demux it with:

gst-launch-1.0 filesrc location=test.mks ! matroskademux name=demux ! h264parse
! fakesink

Only PTS is set, and the DTS is lost. This may result in choppy playback, or
confuse other muxer when transmuxing.

-- 
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