how to play .wma audio by gstreamer
Tim-Philipp Müller
t.i.m at zen.co.uk
Fri Jul 13 02:01:05 PDT 2012
On Fri, 2012-07-13 at 15:55 +0800, Soho Soho123 wrote:
Hi,
> which plugin is suitable for play wma file?
>
> When I play wma file decodebin2 say "no suitable plugin found".
You will need an asf/wma demuxer (asfdemux element from
gst-plugins-ugly) and a wma decoder (gst-ffmpeg/gst-libav
plugin/package). Depending on which GStreamer version you're using,
gst-inspect-0.10 asfdemux or gst-inspect-1.0 asfdemux
and
gst-inspect-0.10 ffdec_wmav2 or gst-inspect-1.0 avdec_wmav2
should show something.
Cheers
-Tim
More information about the gstreamer-devel
mailing list