I installed gstreamer 0.10.21.and installed gst-ugly plugin -0.10.10 .... This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt. The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message. ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi ,
Why are u using audioconvert and audioresample ? is there any specific reason ?
On Fri, Jan 2, 2009 at 8:56 AM, Vaisakh N. <[hidden email]> wrote:
-- Regards, Sudarshan Bisht ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by vaisakhn7
@sudarshan bisht This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt. The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message. ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
ok ,, do gst-inspect vorbisdec and see the src pad caps of it , does it matches with sink caps of alsasink ?
On Fri, Jan 2, 2009 at 12:17 PM, Vaisakh N. <[hidden email]> wrote:
-- Regards, Sudarshan Bisht ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Administrator
|
And here's the first 2009 little extra hint:
To convert between float raw audio (audio/x-raw-float) and integer raw audio (audio/x-raw-int) you need to use "audioconvert". Edward On Fri, 2009-01-02 at 12:32 +0530, sudarshan bisht wrote: > ok ,, do gst-inspect vorbisdec and see the src pad caps of it , does > it matches with sink caps of alsasink ? > > On Fri, Jan 2, 2009 at 12:17 PM, Vaisakh N. <[hidden email]> > wrote: > > @sudarshan bisht > Hi, > > If I didnt used that audioconvert ! audioresample ! > its shows that there is no link between vorbisdec and > alsasink...... > > thats why I put that. > > its actually works for gst-launch-i386 (in /usr/lib ) -pre > installed during > os installation ... > > but its not working with gstreamer -0.10.21. ( in my > local directory) just now installed.. > > > > ***** Confidentiality Statement/Disclaimer ***** > > This message and any attachments is intended for the sole use > of the intended recipient. It may contain confidential > information. Any unauthorized use, dissemination or > modification is strictly prohibited. If you are not the > intended recipient, please notify the sender immediately then > delete it from all your systems, and do not copy, use or > print. Internet communications are not secure and it is the > responsibility of the recipient to make sure that it is > virus/malicious code exempt. > The company/sender cannot be responsible for any unauthorized > alterations or modifications made to the contents. If you > require any form of confirmation of the contents, please > contact the company/sender. The company/sender is not liable > for any errors or omissions in the content of this message. > > ------------------------------------------------------------------------------ > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > > > > -- > Regards, > > Sudarshan Bisht > ------------------------------------------------------------------------------ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by vaisakhn7
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.. > > ***** Confidentiality Statement/Disclaimer ***** > > This message and any attachments is intended for the sole use of the > intended recipient. It may contain confidential information. Any > unauthorized use, dissemination or modification is strictly prohibited. > If you are not the intended recipient, please notify the sender > immediately then delete it from all your systems, and do not copy, use > or print. Internet communications are not secure and it is the > responsibility of the recipient to make sure that it is virus/malicious > code exempt. > The company/sender cannot be responsible for any unauthorized > alterations or modifications made to the contents. If you require any > form of confirmation of the contents, please contact the company/sender. > The company/sender is not liable for any errors or omissions in the > content of this message. > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
no its getting struckVaisakh 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)32Thats all? is there no more output following? Stefan/**************************************/ what to do? please help me!! advance thanks.. ***** Confidentiality Statement/Disclaimer ***** This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt. The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message. ------------------------------------------------------------------------ ------------------------------------------------------------------------------ ------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ***** Confidentiality Statement/Disclaimer ***** This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt. The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message. ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
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 ... ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |