[gst-devel] GST alsasink problem

Felipe Contreras felipe.contreras at gmail.com
Fri Dec 5 09:47:10 CET 2008


On Fri, Dec 5, 2008 at 8:30 AM, vinod james <vinod.james at gmail.com> wrote:
>
> Hi,
> I have done a source installation of gstreamer and gstreamer-base plugins
> version 0.10.21
> I am trying few things mentioned in the faq document
> If I say
> $aplay -v test.wav,
> I am able to play the wav file through alsaplay, which shows that alsa
> driver is installed in my PC
>
> If I do
> $gst-inspect alsasink
> shows that alsasink is installed.
>
> And when i do
> $gst-launch filesrc location=test.ogg ! decodebin ! audioconvert !
> audioresample ! filesink location=test.raw
> it writes the decoded raw samples into the file and I am  able to play
> test.raw in application like cooledit
>
> But if I do
> $gst-launch filesrc location=test.ogg ! decodebin ! audioconvert !
> audioresample ! alsasink
> it goes into infinite loop.
> The alsasink plugin is not able to detect the alsadriver I guess.
> How do I debug this problem?
> Pls help me

Try with:
gst-launch-0.10 audiotestsrc ! alsasink

And for debugging:
export GST_DEBUG=alsa:5

-- 
Felipe Contreras




More information about the gstreamer-devel mailing list