Android-x86 integration
Chih-Wei Huang
cwhuang at android-x86.org
Fri Sep 23 06:12:13 PDT 2011
Hi,
I've succeeded to build gstreamer modules for gingerbread-x86.
However, I got strange behavior when run gst-inspect
or gst-launch. It said some plugins can't be loaded:
(gst-launch-0.10:1708): GStreamer-WARNING **: Failed to load plugin
'/system/lib/gstreamer-0.10/libgstwavenc.so': Cannot load library:
alloc_info[281]: 1708 too many libraries when loading libgstwavenc.so
(gst-launch-0.10:1708): GStreamer-WARNING **: Failed to load plugin
'/system/lib/gstreamer-0.10/libgstwavparse.so': Cannot load library:
alloc_info[281]: 1708 too many libraries when loading
libgstwavparse.so
(gst-launch-0.10:1708): GStreamer-WARNING **: Failed to load plugin
'/system/lib/gstreamer-0.10/libgstx264.so': Cannot load library:
alloc_info[281]: 1708 too many libraries when loading libgstx264.so
(gst-launch-0.10:1708): GStreamer-WARNING **: Failed to load plugin
'/system/lib/gstreamer-0.10/libgsty4m.so': Cannot load library:
alloc_info[281]: 1708 too many libraries when loading libgsty4m.so
(gst-launch-0.10:1708): GStreamer-WARNING **: Failed to load plugin
'/system/lib/gstreamer-0.10/libgsty4menc.so': Cannot load library:
alloc_info[281]: 1708 too many libraries when loading libgsty4menc.so
...
But if I tried again, the failed to load plugins became lesser.
After 3-4 times of tries, I got
Total count: 131 plugins, 495 features
from gst-inspect, and no plugin failed to load.
Is it a normal behavior? Could you explain
why it needs to take several times of tries
to get the stable result?
I also succeeded to run the videotest by
gst-launch videotestsrc ! surfaceflingersink
I could see the test video on the android screen.
But I can't succeed to play a real media file yet.
Any hint?
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
More information about the gstreamer-android
mailing list