Hello !
I have cross compiled gstreamer and required plugins for MIPS and tried to play an ogg file. I get the following error # gst-launch-0.10 -v playbin uri=file:///usr/local/lib/eatv-public.ogg Setting pipeline to PAUSED ... /playbin0/decodebin0/typefind.src: caps = application/ogg Pipeline is PREROLLING ... ** Message: don't know how to handle audio/x-vorbis /playbin0/selector_video_src0: active-pad = NULL (gst-launch-0.10:1537): GStreamer-CRITICAL **: gst_event_new_new_segment_full: assertion `start != -1' failed /playbin0/decodebin0/queue0.sink: caps = video/x-theora /playbin0/decodebin0/queue0.src: caps = video/x-theora (gst-launch-0.10:1537): GStreamer-CRITICAL **: gst_event_new_new_segment_full: assertion `start != -1' failed ERROR: from element /playbin0/decodebin0/oggdemux0: Internal data stream error. Additional debug info: gstoggdemux.c(3104): gst_ogg_demux_loop (): /playbin0/decodebin0/oggdemux0: stream stopped, reason not-negotiated ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... /playbin0/decodebin0/queue0.src: caps = NULL /playbin0/decodebin0/queue0.sink: caps = NULL /playbin0/decodebin0/oggdemux0.serial_241774d5: caps = NULL /playbin0/decodebin0/oggdemux0.serial_0d011fc5: caps = NULL /playbin0/decodebin0/typefind.src: caps = NULL FREEING pipeline ... My Configuration is below, which I think means I have vorbis, theora and ogg plugins requierd to play an Ogg file are going to be present. I have also cheked that these are present on target. configure: *** Plug-ins without external dependencies that will NOT be built: configure: *** Plug-ins with dependencies that will be built: alsa cdparanoia ogg theora video4linux vorbis configure: *** Plug-ins with dependencies that will NOT be built: gio gnomevfs libvisual pango ximagesink xvimagesink Can I get some Idea on what might be going wrong? However on my ubuntu x86 desktop, the same media file is being played. regards -Nitin Send instant messages to your online friends http://uk.messenger.yahoo.com ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
I have the same problem, who can help me to resolve the problem?
|
Did you try it running with decodebin/decodebin2 ? Or you might not have the latest Gstremaer core/packages installed !
On Thu, Nov 18, 2010 at 8:24 AM, ice2000feng <[hidden email]> wrote:
-- Regards, Sudarshan Bisht ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |