problem in playing mp3 file using custom mp3 plugin in rhythmbox

Sean McNamara smcnam at gmail.com
Tue Dec 20 22:22:55 PST 2011


Have you read the plugin writer's guide to make sure you are meeting
all the criteria for a valid plugin?

Have you looked at the build system of existing plugins and make sure
that yours includes all the required steps?

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/index.html

Hard to know why your plugin isn't being detected. You can tell if
your plugin is considered installed according to gstreamer by just
running: "gst-inspect | grep mypluginname" (obviously replace
"mypluginname" with the element class name in all lowercase).

HTH

Sean

On Wed, Dec 21, 2011 at 1:10 AM, chandu
<chandrakala.madhira at incubesol.com> wrote:
> Hi,
>
> I have used *filesrc location=airtel_44k_128kb_js.mp3 ! decodebin2 !
> audioconvert ! alsasink*  pipeline to play .mp3 file.
> When i installed gstreamer plugin ugly, my pipeline is able to play the
> audio. but my problem is decodebin2 is detecting mad map3, instead of my own
> mp3 plugin. i have set priority level more than 256(ex: 256, 300, 512).
> still the decodebin2 is selecting the mad mp3 to play the file. is there any
> particular reason.
>
> Regards,
> Chandrakala
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/problem-in-playing-mp3-file-using-custom-mp3-plugin-in-rhythmbox-tp4216639p4220658.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list