What's the meaning of 'blacklisted' on GStreamer?

后端 未结 4 1097
执念已碎
执念已碎 2021-02-19 19:41

I\'m trying to cross-compile GStreamer. Version is 1.2.3. Host PC\'s OS is x86 linux and Target system\'s OS is MIPSEL linux OS.

I succeeded to compile gstreamer and pl

4条回答
  •  被撕碎了的回忆
    2021-02-19 20:18

    if you want to know for sure why these plugins are blacklisted, you can remove "registry.dat" (run locate to find out its location), then rerun gst-inspect , the plugins will be examined once again and the reason for blacklisting them should be printed.

    There can be several reasons why they are blacklisted, if you do this you should find them out.

    Alternatively, you can also run gst-inspect location_of_the_dynamic_library.so

提交回复
热议问题