[Bug 723352] codecparsers_h264: Framerate estimation enhancement

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 25 10:03:30 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=723352

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #14 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Created attachment 328484
  --> https://bugzilla.gnome.org/attachment.cgi?id=328484&action=edit
smoothstreaming: update fps calculation for h264 codec parser API changes

Use new gst_h264_video_calculate_framerate() API instead of fps_n/fps_d
fields in SPS struct which are to be removed.

Apparently H264 content in MSS is always non-interlaced/progressive,
so we can just pass 0 for field_pic_flag and don't need to parse any
slice headers first.

https://msdn.microsoft.com/en-us/library/cc189080%28VS.95%29.aspx

----

I'm only 90% sure that page allows us to conclude things about MSS though, but
one would suspect some other kind of external signalling for
interlaced/non-interlaced in any case then.

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