[Bug 793876] h265parse: add support for 'Format range extensions profiles'
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Mar 1 11:17:11 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=793876
--- Comment #8 from Guillaume Desmottes <gdesmott at gnome.org> ---
Created attachment 369142
--> https://bugzilla.gnome.org/attachment.cgi?id=369142&action=edit
h265parser: decouple GstH265Profile and GstH265ProfileIDC
We used to have the same enum to represent H265 profiles and idc values.
Those are no longer the same with extension profiles defined from
version 2 of the spec.
Split those enums so the semantic of each is clearer and we'll be able
to add extension profiles to GstH265Profile.
Also add gst_h265_profile_tier_level_get_profile() to retrieve the
GstH265Profile from the GstH265ProfileTierLevel. It will be used to
implement the detection of extension profiles.
--
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