Skip to content

Instantly share code, notes, and snippets.

@LongHairedHacker
Created June 4, 2016 21:22
Show Gist options
  • Save LongHairedHacker/3631df5aea3aef3abc1c1c1927d60b5c to your computer and use it in GitHub Desktop.
Save LongHairedHacker/3631df5aea3aef3abc1c1c1927d60b5c to your computer and use it in GitHub Desktop.
root@devuan:~# gst-inspect-1.0 -b
Blacklisted files:
libgstomx.so
Total count: 1 blacklisted file
root@devuan:~# find / -iname libgstomx.so
/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/libgstomx.so
root@devuan:~# gst-inspect-1.0 /usr/lib/arm-linux-gnueabihf/gstreamer-1.0/libgstomx.so
Could not load plugin file: File "/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/libgstomx.so" appears to be a GStreamer plugin, but it failed to initialize root@devuan:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment