GNOME Bugzilla – Bug 768899
vaapidecodebin: simplify the code
Last modified: 2016-07-27 13:47:04 UTC
After codec-split and only the registration of the available plugin's features, it is possible to simplify vaapidecobin, by instantiating a vaapidecode as a normal gobject, since it is not registered anymore. @tim @slomo, what do you thing about this approach?
Created attachment 331643 [details] [review] vaapidecodebin: simplify the code Since the elements dependant of the VA video processor are now only registered if it is available, vaapidecodebin code can be simplified a lot, removing all the code required to check if the VA video processor was available.
Attachment 331643 [details] pushed as ca0c3fd - vaapidecodebin: simplify the code