Hello !<br><br>I have cross compiled gstreamer and required plugins for MIPS and tried to play an ogg file.<br>I get the following error<br># gst-launch-0.10 -v playbin uri=file:///usr/local/lib/eatv-public.ogg <br>Setting pipeline to PAUSED ...<br>/playbin0/decodebin0/typefind.src: caps = application/ogg<br>Pipeline is PREROLLING ...<br>** Message: don't know how to handle audio/x-vorbis<br>/playbin0/selector_video_src0: active-pad = NULL<br><br>(gst-launch-0.10:1537): GStreamer-CRITICAL **: gst_event_new_new_segment_full: assertion `start != -1' failed<br>/playbin0/decodebin0/queue0.sink: caps = video/x-theora<br>/playbin0/decodebin0/queue0.src: caps = video/x-theora<br><br>(gst-launch-0.10:1537): GStreamer-CRITICAL **: gst_event_new_new_segment_full: assertion `start != -1' failed<br>ERROR: from element /playbin0/decodebin0/oggdemux0: Internal data stream error.<br>Additional debug info:<br>gstoggdemux.c(3104): gst_ogg_demux_loop ():
/playbin0/decodebin0/oggdemux0:<br>stream stopped, reason not-negotiated<br>ERROR: pipeline doesn't want to preroll.<br>Setting pipeline to NULL ...<br>/playbin0/decodebin0/queue0.src: caps = NULL<br>/playbin0/decodebin0/queue0.sink: caps = NULL<br>/playbin0/decodebin0/oggdemux0.serial_241774d5: caps = NULL<br>/playbin0/decodebin0/oggdemux0.serial_0d011fc5: caps = NULL<br>/playbin0/decodebin0/typefind.src: caps = NULL<br>FREEING pipeline ...<br><br>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.<br><br>configure: *** Plug-ins without external dependencies that will NOT be built:<br><br>configure: *** Plug-ins with dependencies that will be built:<br> alsa<br> cdparanoia<br>
ogg<br> theora<br> video4linux<br> vorbis<br><br>configure: *** Plug-ins with dependencies that will NOT be built:<br> gio<br> gnomevfs<br> libvisual<br> pango<br> ximagesink<br> xvimagesink<br><br><br>Can I get some Idea on what might be going wrong? However on my ubuntu x86 desktop, the same media file is being played. <br><br>regards<br><br>-Nitin<br>