[Bug 704192] New: h264parse unable to determine framerate

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jul 14 04:56:16 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=704192
  GStreamer | gst-plugins-bad | git

           Summary: h264parse unable to determine framerate
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: matej.knopp at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When parsing vui timing info the following condition in h264parser.c is not
true

    if (parse_vui_params && vui->fixed_frame_rate_flag &&
        sps->frame_mbs_only_flag && !vui->pic_struct_present_flag) {

Both frame_mbs_only_flag and !vui->pic_struct_present_flag are 0. Can anyone
tell me what the check is for?

Sample file:

https://s3.amazonaws.com/MatejK/Samples/bbc1hd-freeviewhd-example.ts

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