Hardware decoder availability on exynos CPU

jeremi.wojcicki jeremi.wojcicki at gmail.com
Fri Jul 21 19:16:25 UTC 2017


Nicolas Dufresne-5 wrote
> The plugin is called "androidmedia" (this maps to a static plugin
> called libgstandroidmedia.la/a).

Well, yes. As I wrote in the first post I call androidmedia plugin (which is
included in the CODECS group):
> I use $(GSTREAMER_PLUGINS_CODECS) in the Android.mk which includes
> androidmedia

However it seems it cannot be registered. Look and the log I get when
gstreamer registers the plugins:

07-21 21:21:50.166
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
I/GStreamer+GST_PLUGIN_LOADING: 0:00:00.222724962 0x771cd5a600
gstplugin.c:227:gst_plugin_register_static added static plugin "rsvg",
result: 1
07-21 21:21:50.168
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
I/GStreamer+GST_PLUGIN_LOADING: 0:00:00.224364923 0x771cd5a600
gstplugin.c:225:gst_plugin_register_static registered static plugin
"openjpeg"
07-21 21:21:50.168
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
I/GStreamer+GST_PLUGIN_LOADING: 0:00:00.224404885 0x771cd5a600
gstplugin.c:227:gst_plugin_register_static added static plugin "openjpeg",
result: 1
07-21 21:21:50.169
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
I/GStreamer+GST_PLUGIN_LOADING: 0:00:00.225793308 0x771cd5a600
gstplugin.c:225:gst_plugin_register_static registered static plugin
"spandsp"
07-21 21:21:50.169
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
I/GStreamer+GST_PLUGIN_LOADING: 0:00:00.225832116 0x771cd5a600
gstplugin.c:227:gst_plugin_register_static added static plugin "spandsp",
result: 1
07-21 21:21:50.170
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
I/GStreamer+GST_PLUGIN_LOADING: 0:00:00.227032962 0x771cd5a600
gstplugin.c:225:gst_plugin_register_static registered static plugin "sbc"
07-21 21:21:50.170
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
I/GStreamer+GST_PLUGIN_LOADING: 0:00:00.227073346 0x771cd5a600
gstplugin.c:227:gst_plugin_register_static added static plugin "sbc",
result: 1
07-21 21:21:50.171
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
E/GStreamer+default: 0:00:00.227644539 0x771cd5a600
gstjniutils.c:671:initialize_classes Could not find application class loader
provider
07-21 21:21:50.171
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
W/GStreamer+GST_PLUGIN_LOADING: 0:00:00.227667769 0x771cd5a600
gstplugin.c:527:gst_plugin_register_func plugin "(NULL)" failed to
initialise
07-21 21:21:50.173
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
I/GStreamer+GST_PLUGIN_LOADING: 0:00:00.229479846 0x771cd5a600
gstplugin.c:225:gst_plugin_register_static registered static plugin "tcp"
07-21 21:21:50.173
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
I/GStreamer+GST_PLUGIN_LOADING: 0:00:00.229519039 0x771cd5a600
gstplugin.c:227:gst_plugin_register_static added static plugin "tcp",
result: 1
07-21 21:21:50.174
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
I/GStreamer+GST_PLUGIN_LOADING: 0:00:00.230835923 0x771cd5a600
gstplugin.c:225:gst_plugin_register_static registered static plugin "rtsp"
07-21 21:21:50.174
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
I/GStreamer+GST_PLUGIN_LOADING: 0:00:00.230881346 0x771cd5a600
gstplugin.c:227:gst_plugin_register_static added static plugin "rtsp",
result: 1
07-21 21:21:50.219
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
I/GStreamer+GST_PLUGIN_LOADING: 0:00:00.275824423 0x771cd5a600
gstplugin.c:225:gst_plugin_register_static registered static plugin "rtp"
07-21 21:21:50.219
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
I/GStreamer+GST_PLUGIN_LOADING: 0:00:00.275861000 0x771cd5a600
gstplugin.c:227:gst_plugin_register_static added static plugin "rtp",
result: 1
07-21 21:21:50.223
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
I/GStreamer+GST_PLUGIN_LOADING: 0:00:00.279197346 0x771cd5a600
gstplugin.c:225:gst_plugin_register_static registered static plugin
"rtpmanager"
07-21 21:21:50.223
17123-17123/org.freedesktop.gstreamer.tutorials.tutorial_3
I/GStreamer+GST_PLUGIN_LOADING: 0:00:00.279233962 0x771cd5a600
gstplugin.c:227:gst_plugin_register_static added static plugin "rtpmanager",
result: 1

The missing one before "sbc" and "tcp" is where the androidmedia is ...
No errors during compilation and the files libgstandroidmedia.la/a can be
found in the gstreamer root (lib\gstreamer-1.0\static). no compilation
errors or nothing, it just doesn't want to load it it seems. Any reasons
why?




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Hardware-decoder-availability-on-exynos-CPU-tp4683878p4683906.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list