Hello !<br><br>I have cross compiled gstreamer and required plugins for MIPS and tried to&nbsp; 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alsa<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cdparanoia<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 ogg<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; theora<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; video4linux<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vorbis<br><br>configure: *** Plug-ins with dependencies that will NOT be built:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gio<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gnomevfs<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libvisual<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pango<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ximagesink<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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>