Can't find vaapih264dec in Gstreamer-vaapi 1.10.2
Víctor M. Jáquez L.
vjaquez at igalia.com
Sun Jan 8 17:41:37 UTC 2017
On 01/07/17 at 01:15am, kuky丶s wrote:
> gstreamer-vaapi-1.10.2\gst\vaapi\gstvaapi.c
>
> static gboolean plugin_init (GstPlugin * plugin)
> {
>
> GstVaapiDisplay *display;
> GArray *decoders;
>
> plugin_add_dependencies (plugin);
>
>
> display = gst_vaapi_create_test_display ();
> if (!display)
> goto error_no_display;
> ...
> }
>
> in this function ,display return -1 ,so i can't create vaapi element,why?
>
> i build in bananpi m1+.
I suspect that the banana pi m1+ does not have VA-API support. If I understand
correctly, it is an ARM board and I am not aware of any VA-API drivers for ARM
SoCs. Perhaps you should take a look to the v4l2 decoders.
vmjl
More information about the gstreamer-devel
mailing list