Application does not take my mp3 Parser and Decoder plugins

mohid mohideensaad at gmail.com
Tue Aug 16 22:24:14 PDT 2011


Hi all,

I am having a parser and decoder plugin for mp3.

Its caps are

Parser:
src : ANY
sink : GST_STATIC_CAPS ("audio/mpeg, mpegversion=(int) 1,"
                     "layer = (int) [ 1, 3 ], "
                     "rate = (int) { 8000, 11025, 12000, 16000, 22050,
24000, 32000, 44100, 48000 }, "
                     "channels = (int) [ 1, 2 ]")

Decoder:
src: GST_STATIC_CAPS ("audio/mpeg, mpegversion=(int) 1,"
                     "layer = (int) [ 1, 3 ], "
                     "rate = (int) { 8000, 11025, 12000, 16000, 22050,
24000, 32000, 44100, 48000 }, "
                     "channels = (int) [ 1, 2 ]")

sink: GST_STATIC_CAPS ("audio/x-raw-int,"
        "endianness = (int) " G_STRINGIFY (G_BYTE_ORDER) ", "
        "signed = (boolean) true, "
        "width = (int) 16, depth = (int) 16, "
        "rate = (int) { 8000, 11025, 12000, 16000, 22050, 24000, 32000,
44100, 48000 }, "
        "channels = (int) [ 1, 2 ]")

When I try to play an mp3 file in Rhythmbox player, it is giving error as

MPEG-1 Layer 3 (MP3) decoder is required.

The GST_PLUGIN_PATH was given correctly and I am able to check the plugin
through gst-inspect.

Please help in this regard

Regards,
Mohid

--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Application-does-not-take-my-mp3-Parser-and-Decoder-plugins-tp3749179p3749179.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list