Hello everybody,<br>&nbsp;im trying to create a pipeline to decode bmp files and display on the xvimagesink.<br><br>here's the pipeline i've constructed<br><span style="font-weight: bold;"><br><span style="font-weight: bold;">pipeline 1 
</span>using ffdec_bmp:</span><br>gst-launch filesrc location=file.bmp ! ffdec_bmp ! ffmpegcolorspace ! queue ! xvimagesink<br><br><span style="font-weight: bold;">[Dump]</span><br>Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...
<br>ERROR: from element /pipeline0/ffdec_bmp0: Internal GStreamer error: negotiation problem.&nbsp; Please file a bug at <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer">http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
</a>.<br>Additional debug info:<br>gstffmpegdec.c(1276): gst_ffmpegdec_chain (): /pipeline0/ffdec_bmp0:<br>ffdec_bmp: input format was not set before data start<br>ERROR: pipeline doesn't want to preroll.<br>Setting pipeline to NULL ...
<br>FREEING pipeline ...<br><span style="font-weight: bold;">[END]</span><br><br><span style="font-weight: bold;">Pipeline 2 using gdkpixbufdec</span><br>gst_launch filesrc location=file.bmp ! gdkpixbufdec ! ffmpegcolorspace ! queue ! xvimagesink
<br><span style="font-weight: bold;">[Dump]<br></span>Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br><br>(gst-launch-0.10:4893): GStreamer-CRITICAL **: gst_value_set_fraction: assertion `denominator != 0' failed
<br><br>GStreamer-ERROR **: file gstvalue.c: line 3672 (gst_value_compare_fraction): should not be reached<br>aborting...<br>Aborted<span style="font-weight: bold;"><span style="font-weight: bold;"></span><br><span style="font-weight: bold;">
[End]</span><br></span><br>in the above case's im unable to decode a bmp image file, but using playbin the file gets decoded and running the pipeline in verbose mode tells me that gdkpixbufdec is being used..<br><br>plz help...
<br><br>also im using xvimagesink as the videosink, i would like to know how to show the xv output in fullscreen mode (gst-launch or in code), plz help<br><br>thanks in advance<br>take care all<br>derick