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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
I'm running the following pipeline gst-launch filesrc location=TestVector.mp4 ! qtdemux ! mfx_gst_h264vd ! filesink location=output.yuv but I get the following error and the pipeline immediately aborts:
Using GST_DEBUG=4 0:00:00.028912264 111869 0x5576da14c200 INFO GST_STATES gstbin.c:2968:gst_bin_change_state_func:<pipeline0> child 'mfx_gst_h264vd0' failed to go to state 2(READY)
P.S.
I encountered some header file include issues, but then decided to move those headers to the immediate parent directory (/opt/intel/mediasdk/include/) where it actually tried to look for them. Also moved the libs to /opt/intel/mediasdk/lib/lin_x64
Hello,
I'm running the following pipeline
gst-launch filesrc location=TestVector.mp4 ! qtdemux ! mfx_gst_h264vd ! filesink location=output.yuvbut I get the following error and the pipeline immediately aborts:Using
GST_DEBUG=40:00:00.028912264 111869 0x5576da14c200 INFO GST_STATES gstbin.c:2968:gst_bin_change_state_func:<pipeline0> child 'mfx_gst_h264vd0' failed to go to state 2(READY)The Setup:
Any idea what's happening?
P.S.
I encountered some header file include issues, but then decided to move those headers to the immediate parent directory (
/opt/intel/mediasdk/include/) where it actually tried to look for them. Also moved the libs to/opt/intel/mediasdk/lib/lin_x64