[Bug 779309] h264parse: Include `interlace-mode` in caps
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Feb 27 19:34:04 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=779309
Thibault Saunier <tsaunier at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|git master |1.11.3
--- Comment #5 from Thibault Saunier <tsaunier at gnome.org> ---
commit b75a61342f4ea039d922a966f36b02cd9d9c3ad8
Author: Thibault Saunier <thibault.saunier at osg.samsung.com>
Date: Mon Feb 27 10:32:45 2017 -0300
h264parse: Include `interlace-mode` in caps
Those are the rules:
In the SPS:
* if frame_mbs_only_flag=1 => all frame progressive
* if frame_mbs_only_flag=0 => field_pic_flag defines if each frame is
progressive or interlaced, thus the mode is 'mixed' in GStreamer
terms.
https://bugzilla.gnome.org/show_bug.cgi?id=779309
--
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