[Bug 757941] vaapiencode: Allow to set profiles via capsfilters

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 27 07:18:04 UTC 2017


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

--- Comment #32 from Hyunjun Ko <zzoon at igalia.com> ---
Created attachment 354544
  --> https://bugzilla.gnome.org/attachment.cgi?id=354544&action=edit
libs: encoder: h264: set profile via capsfilter

Until now, we just ignores profile in src caps and chooses it with given
parameters.
But it's necessary to honor the profile specifed in src caps
to make it easy to configure for users.

So this patch does the following to choose right profile with given profile.

1\ If given parameters are not compatible with given profile, it will bail out
with an error.
2\ If it can encode with higher profile based on src caps, get it higher.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list