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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 11 13:35:08 UTC 2017


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

--- Comment #10 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Right now the encoders (h264 mainly) chooses its profile given the parameters,
and ignores what it is specified in the src caps filter.

I guess the logic should be

* if no profile is specified, choose the profile as usual
  * Fix: reflect that profile in the negotiated caps
* if the profile is specified in the src caps
  * Try to set the parameters according to the profile
     * if it is not possible to figure out which parameter update bail out
       with an error                                                            
* process the sink caps to find in the media has multiple views to configure
  the property that enables MVC.

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


More information about the gstreamer-bugs mailing list