Updated the subject line.
Please ignore the earlier message.
------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
can you specify better the pipeline?
On Wed, Sep 23, 2009 at 4:57 PM, Sitanshu Nanavati <[hidden email]> wrote:
-- "Se você se perder na selva africana, não precisa se desesperar. Basta sentar em uma pedra e começar a instalar GNU/Linux em seu laptop. Em menos de 5 minutos aparecerá alguém pra discordar de sua escolha de distribuição, do particionamento, do gerenciador de janelas, do ambiente de desktop, do editor de textos..." ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Are you looking for the pipeline construction command-line?
$ gst-launch filesrc location=/my/home/audio.wma ! ffdemux_asf ! my_wma_decoder ! my_sink
On Thu, Sep 24, 2009 at 1:43 AM, Tiago Katcipis <[hidden email]> wrote: can you specify better the pipeline? ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, Sep 23, 2009 at 1:18 PM, Sitanshu Nanavati <[hidden email]> wrote:
> Are you looking for the pipeline construction command-line? > $ gst-launch filesrc location=/my/home/audio.wma ! ffdemux_asf ! > my_wma_decoder ! my_sink You shouldn't use ffdemux_asf. Use asfdemux instead. If it _still_ doesn't work, then it's almost certainly a bug in your wma decoder plugin - that we don't have any information about, so we can't help you with it. The glib assertion failures you showed suggested that you didn't create/register the gobject for your WMA decoder element correctly. Mike ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Sin-2
Try to use gst-debug-level=5 to see all debug information, it helped me a lot on such situations. Without knowing better my_wma_decoder and my_sink is hard to help more.
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-checklist-debug.html On Wed, Sep 23, 2009 at 5:18 PM, Sitanshu Nanavati <[hidden email]> wrote:
-- "Se você se perder na selva africana, não precisa se desesperar. Basta sentar em uma pedra e começar a instalar GNU/Linux em seu laptop. Em menos de 5 minutos aparecerá alguém pra discordar de sua escolha de distribuição, do particionamento, do gerenciador de janelas, do ambiente de desktop, do editor de textos..." ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |