gst player is not working on gst-android

Arun Raghavan arun.raghavan at collabora.co.uk
Thu Aug 23 01:41:20 PDT 2012


Hi Sandhya,

On Thu, 2012-08-23 at 13:53 +0530, Sandhya Sebastian wrote:
[...]
> V/GstDriver(   34): get unhandled message on bus uridecodebin0 warning
> 
> E/GstDriver(   34): bus receive message ERROR 12: Your GStreamer installation is missing a plug-in. from /u/android_GB_bk/external/gstreamer_aggregate/gst-plugins-base/gst/playback/gstdecodebin2.c(3555): gst_decode_bin_expose (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20:
> 
> E/GstDriver(   34): no suitable plugins found
> 
> E/MediaPlayer(  347): error (0, 0)
> 
> E/GstDriver(   34): bus receive message ERROR 12: Your GStreamer installation is missing a plug-in. from /u/android_GB_bk/external/gstreamer_aggregate/gst-plugins-base/gst/playback/gstdecodebin2.c(3555): gst_decode_bin_expose (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20:
> 
> E/GstDriver(   34): no suitable plugins found.
> 
> 
> I have tried with gst-inspect and all plugins required are present.
> Please help with the same.

Could you double-check that the mad plugin is available and functional?
Note that your application might need to load libmad first using
something like:

System.loadLibrary("libmad");

-- Arun



More information about the gstreamer-android mailing list