[gst-devel] Hi

Stefan Kost ensonic at hora-obscura.de
Fri Jan 2 12:14:58 CET 2009


vaisakh.n schrieb:
> Stefan Kost wrote:
>> Vaisakh N. schrieb:
>>   
>>> I installed gstreamer 0.10.21.and installed gst-ugly plugin -0.10.10 ....
>>>     
>>
>> Do you also have gst-plugins-base and gst-plugins-good installed?
>>
>>   
>>> and tried to run
>>>
>>>     
>>>> ./gst-launch -v filesrc location=/usr/share/sounds/KDE_Logout_1.ogg !
>>>>       
>>> oggdemux ! vorbisdec ! audioconvert ! audioresample ! alsasink
>>>
>>>
>>>
>>> then
>>> its shows error like this
>>>
>>> /************************************************/
>>>
>>> Setting pipeline to PAUSED ...
>>> Pipeline is PREROLLING ...
>>> /GstPipeline:pipeline0/GstVorbisDec:vorbisdec0.GstPad:sink: caps =
>>> audio/x-vorbis
>>> /GstPipeline:pipeline0/GstVorbisDec:vorbisdec0.GstPad:src: caps =
>>> audio/x-raw-float, rate=(int)44100, channels=(int)2,
>>> endianness=(int)1234, width=(int)32
>>>     
>>
>> Thats all? is there no more output following?
>>
>> Stefan
>>
>>
>>   
>>> /**************************************/
>>> what to do?
>>> please help me!!
>>> advance thanks..
>>>
> no its getting struck

play totaly fine here. Do you run gstreamer uninstalled (noticed the
./gst-launch)? Try gdb and get us a backtrace where its stuck or do
GST_DEBUG="*:4" gst-launch 2>debug.log filesrc ...
and send us the gzipped log.

Stefan

gst-launch -v filesrc location=/opt/kde3/share/sounds/KDE_Logout_1.ogg !
oggdemux ! vorbisdec ! audioconvert ! audioresample ! alsasink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstVorbisDec:vorbisdec0.GstPad:sink: caps = audio/x-vorbis
/GstPipeline:pipeline0/GstVorbisDec:vorbisdec0.GstPad:src: caps =
audio/x-raw-float, rate=(int)44100, channels=(int)2, endianness=(int)1234,
width=(int)32
/GstPipeline:pipeline0/GstAudioConvert:audioconvert0.GstPad:src: caps =
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16,
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPipeline:pipeline0/GstAudioConvert:audioconvert0.GstPad:sink: caps =
audio/x-raw-float, rate=(int)44100, channels=(int)2, endianness=(int)1234,
width=(int)32
/GstPipeline:pipeline0/GstSpeexResample:speexresample0.GstPad:src: caps =
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16,
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPipeline:pipeline0/GstSpeexResample:speexresample0.GstPad:sink: caps =
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16,
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPipeline:pipeline0/GstAlsaSink:alsasink0.GstPad:sink: caps =
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16,
depth=(int)16, rate=(int)44100, channels=(int)2
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstAudioSinkClock
^CCaught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 4904080068 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
/GstPipeline:pipeline0/GstAlsaSink:alsasink0.GstPad:sink: caps = NULL
/GstPipeline:pipeline0/GstSpeexResample:speexresample0.GstPad:src: caps = NULL
/GstPipeline:pipeline0/GstSpeexResample:speexresample0.GstPad:sink: caps = NULL
/GstPipeline:pipeline0/GstAudioConvert:audioconvert0.GstPad:src: caps = NULL
/GstPipeline:pipeline0/GstAudioConvert:audioconvert0.GstPad:sink: caps = NULL
/GstPipeline:pipeline0/GstVorbisDec:vorbisdec0.GstPad:src: caps = NULL
/GstPipeline:pipeline0/GstVorbisDec:vorbisdec0.GstPad:sink: caps = NULL
/GstPipeline:pipeline0/GstOggDemux:oggdemux0.GstOggPad:serial_7067c2bf: caps = NULL
Setting pipeline to NULL ...
FREEING pipeline ...




More information about the gstreamer-devel mailing list