GNOME Bugzilla – Bug 743225
vaapipostproc: clear state on stop
Last modified: 2015-01-27 14:09:55 UTC
Created attachment 294954 [details] [review] patch Otherwise restarting may fail because the state of vaapipluginbase and vaapipostproc don't match. e.g. gst_vaapipostproc_set_caps() will skip initailization and not call gst_vaapi_plugin_base_set_caps()
Review of attachment 294954 [details] [review]: LGTM.
Pushed, Thanks for the patch and review. commit 22d1acb6d2f754fb851bd0f2fc535adf81b37d0b Author: Michael Olbrich <m.olbrich@pengutronix.de> Date: Tue Jan 27 16:06:02 2015 +0200 vaapipostproc: clear state on stop Otherwise restarting may fail because the state of vaapipluginbase and vaapipostproc don't match. e.g. gst_vaapipostproc_set_caps() will skip initailization and not call gst_vaapi_plugin_base_set_caps()