Tuesday 28 December 2010

Gstreamer Why Can't Use the New Added Plugins

* What's The Problem
  • Can't use the plugins added by yourself
  • When you use 'gst-inspect-0.10', and see the informations as below:
  • GStreamer-WARNING **: Failed to load plugin '/system/plugins/libgstvideoflip.so': Cannot load library: alloc_info[269]: 1254 too many libraries when loading libgstvideoflip.so
* Why does This Happen
  • When you update the plugins, but the registry file don't update.
* How to Solve
  • 1. Use this command "export GST_REGISTRY_UPDATE=yes"
  • 2. And also use this command "export GST_REGISTRY /sdcard/reg.bin"
  • 3. Try 'gst-inspect-0.10' again
  • After the 3 steps, the registry file named reg.bin is updated.
  • Now, you can use the new plugins.

No comments:

Post a Comment