You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to play h264 video with gstreamer 1.18.4 following this : #20 but I'm getting:
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Got context from element 'vaapidecode_h264-0': gst.gl.GLDisplay=context, gst.gl.GLDisplay=(GstGLDisplay)"\(GstGLDisplayEGL\)\ gldisplayegl0";
Got context from element 'vaapidecode_h264-0': gst.vaapi.Display=context, gst.vaapi.Display=(GstVaapiDisplay)"\(GstVaapiDisplayDRM\)\ vaapidisplaydrm1";
v4l2-request: Unable to enable stream: Invalid argument
v4l2-request: Unable to create buffer for type 1: No buffer space available
v4l2-request: Unable to create buffer for type 1: No buffer space available
v4l2-request: Unable to create buffer for type 1: No buffer space available
v4l2-request: Unable to create buffer for type 1: No buffer space available
v4l2-request: Unable to create buffer for type 1: No buffer space available
it seems it cannot allocated buffer (didn't check kernel source yet). Amy ideas what it can be ? Thanks.
P.S.: Using 5.14 kernel + github.com/noneucat/libva-v4l2-request.git and branch fix-kernel-5.14
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to play h264 video with gstreamer 1.18.4 following this : #20 but I'm getting:
it seems it cannot allocated buffer (didn't check kernel source yet). Amy ideas what it can be ? Thanks.
P.S.: Using 5.14 kernel + github.com/noneucat/libva-v4l2-request.git and branch fix-kernel-5.14
The text was updated successfully, but these errors were encountered: