GNOME Bugzilla – Bug 789751
msdk: adds vp8 decoder
Last modified: 2017-11-04 09:15:15 UTC
Implements VP8 decoder using vp8 hw plugin in mediasdk.
Created attachment 362725 [details] [review] msdk: adds msdkvp8dec
Attachment 362725 [details] pushed as cd2dca6 - msdk: adds msdkvp8dec
This breaks compilation with mfx_dispatch from https://github.com/lu-zero/mfx_dispatch There is no mfxvp8.h there.
(In reply to Sebastian Dröge (slomo) from comment #3) > This breaks compilation with mfx_dispatch from > https://github.com/lu-zero/mfx_dispatch > > There is no mfxvp8.h there. Sorry about this but I'm working on CentOS now for gst-msdk. IIUC mfx_dispatch is for Windows. I can't test/build on it now. Could you do this? By the way there is mfxvp8.h in mfx_dispatch.
Indeed, I'll fix it up. I'm using mfx_dispatch on Linux for testing compilation (and doing the actual development), and then later test running it all on Windows.
(In reply to Sebastian Dröge (slomo) from comment #5) > Indeed, I'll fix it up. > > I'm using mfx_dispatch on Linux for testing compilation (and doing the > actual development), and then later test running it all on Windows. Hi Sebastian, Are you currently working with gst-msdk? Then we all need to sync up :)
Created attachment 362860 [details] [review] msdk: fix to build msdkvp8dec with mfx_dispatch
Created attachment 362861 [details] [review] msdk: fix to build msdkvp8dec with mfx_dispatch
(In reply to Sebastian Dröge (slomo) from comment #5) > Indeed, I'll fix it up. > > I'm using mfx_dispatch on Linux for testing compilation (and doing the > actual development), and then later test running it all on Windows. Ah I didn't know I can do it on Linux with mfx_dispatch. I hope this patch could fix the build failure.
Comment on attachment 362861 [details] [review] msdk: fix to build msdkvp8dec with mfx_dispatch Yes that fixes it, I also had this patch locally but forgot to actually push it :) Let's get yours in
(In reply to sreerenj from comment #6) > Are you currently working with gst-msdk? > Then we all need to sync up :) I'm only adding VPP support to the encoder so that it can also accept various other color formats
Attachment 362861 [details] pushed as 66d2bce - msdk: fix to build msdkvp8dec with mfx_dispatch