plugins: remove precondition for decide_allocation()
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Thu, 2 Jun 2016 13:41:22 +0000 (15:41 +0200)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 8 Jun 2016 17:20:33 +0000 (19:20 +0200)
commitf189af8dc535e94ba45dfcd21d324df919a7cb27
tree5a6ab518d52b8ed1838e235a8a641979c5d04bf2
parent4c99077af414064e3443b2c17a33858e5b97dee2
plugins: remove precondition for decide_allocation()

There's no need to check for the display in the plugin object when
decide_allocation() vmethod is called, because the display will created or
re-created along the method execution.
gst/vaapi/gstvaapipluginbase.c