-
Notifications
You must be signed in to change notification settings - Fork 53
GStreamer-WARNING **: 16:23:19.467: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmfx.so' #178
Comments
@AntonGrishin After executing make install command, libgstmfx.so is installed in /usr/local/gstreamer-1.0/. pkiran@clr-linux~/user/gstreamer-media-sdk/build $ gst-inspect-1.0 /usr/local/gstreamer-1.0/libgstmfx.so mfxh264dec: MFX H264 decoder 14 features: Please let us know if your compilation procedure is different than the above ? |
I have the same issue (Ubuntu 18.04). I did the same build steps as @pichikaudaykiran but when I do
|
same issue with me and unable to use mfx functions - it says No such element or plugin 'mfxvpp'
|
I am running into the same exact issue. Were you able to get out of this? |
export GST_PLUGIN_PATH=/gstreamer-1.0/ |
No effect. I still need to do |
export LIBVA_DRIVERS_PATH=/usr/lib/x86_64-linux-gnu/dri/ && LIBVA_DRIVER_NAME=i965 |
When I should do this, before cmake?
Any idea? |
I am having same issue. |
I had the same problem. Started working for me again after:
|
The appending of the library in the CMakeLists wasn't set correctly. This fix will append the LIBRARIES in the CMake for XCB to ${libs} properly Resolves: - intel#178 - intel#175 Signed-off-by: Phoong, Stanley Cheong Kwan <[email protected]>
The appending of the library in the CMakeLists wasn't set correctly. This fix will append the LIBRARIES in the CMake for XCB to ${libs} properly Resolves: - intel#178 - intel#175 Signed-off-by: Phoong, Stanley Cheong Kwan <[email protected]>
Hi, i try to use gstreamer and plugin failed to load:
This symbol contains in libxcb-dri3.so
If I use
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libxcb-dri3.so gst-inspect-1.0 /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmfx.so
, then all worksWhy plugin didnt works on default?
make link list didnt contains above lib
The text was updated successfully, but these errors were encountered: