Hi<br><br>Just solved this issue by apt-get install --reinstall --purge gstreamer0.10.* command. Ubuntu 7.04 works fine with my current dpkg dependencies, however gstreamer somehow needs another file/group of files to work correctly other then this list: <br>
<br>(gstreamer-tools, gstreamer0.10-plugins-good, gstreamer0.10-plugins-ugly, gstreamer0.10-alsa, gstreamer0.10-ffmpeg, gstreamer0.10-tools, gstreamer0.10-plugins-bad, libgstreamer-plugins-base0.10-0, libgstreamer0.10-0) + ffmpeg<br>
<br>Best<br>Görkem<br><br><br><br><div class="gmail_quote">2008/7/1 Thomas Winkler &lt;<a href="mailto:wi-tom@gmx.de">wi-tom@gmx.de</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Did you tried to launch that pipeline outside of an x-forwarded shell?<br>
For example - if you try to start that pipeline in a console outside of x-server-session you can&#39;t use xvimagesink als renderer. So you have to use directfb instead.<br>
<br>
But if you started your pipeline in a x-forwarded shell (like in gnome for example) - the xvimagesink should be accessable.<br>
<br>
You have also possibility to switch to debug-levels.<br>
You can specify an Environment variable GST_DEBUG or you use in your pipeline the parameter --gst-debug-level for more output information.<br>
<br>
For example:<br>
gst-launch -v playbin uri=file:///root/test.flv --gst-debug-level=3<br>
<br>
<br>
greetings,<br>
Thomas<br>
<br>
-------- Original-Nachricht --------<br>
&gt; Datum: Tue, 1 Jul 2008 10:07:06 -0400<br>
&gt; Von: &quot;Görkem Çetin&quot; &lt;<a href="mailto:gorkem.cetin@gmail.com">gorkem.cetin@gmail.com</a>&gt;<br>
&gt; An: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; Betreff: [gst-devel] Error playing video streams<br>
<div><div></div><div class="Wj3C7c"><br>
&gt; Hi<br>
&gt;<br>
&gt; I&#39;m new to Gstreamer, trying to find out how it works. As I try to play a<br>
&gt; media file, I consistently get errors. Here&#39;s what I enter in the command<br>
&gt; line:<br>
&gt;<br>
&gt; gst-launch -v playbin uri=file:///root/test.flv<br>
&gt;<br>
&gt; And the corresponding error is like that:<br>
&gt;<br>
&gt; Setting pipeline to PAUSED ...<br>
&gt; /playbin0/decodebin0/typefind.src: caps = video/x-flv<br>
&gt; Pipeline is PREROLLING ...<br>
&gt; /playbin0/selector_audio_src1: active-pad = &quot;sink0&quot;<br>
&gt; /playbin0/selector_video_src0: active-pad = &quot;sink0&quot;<br>
&gt; ERROR: from element /playbin0/vbin/videosink: Could not initialize<br>
&gt; supporting library.<br>
&gt; Additional debug info:<br>
&gt; gstautovideosink.c(234): gst_auto_video_sink_detect ():<br>
&gt; /playbin0/vbin/videosink:<br>
&gt; Failed to find a supported video sink<br>
&gt; ERROR: pipeline doesn&#39;t want to preroll.<br>
&gt; Setting pipeline to NULL ...<br>
&gt; /playbin0/decodebin0/ffdemux_flv0.audio_00: caps = NULL<br>
&gt; /playbin0/decodebin0/ffdemux_flv0.video_00: caps = NULL<br>
&gt; /playbin0/decodebin0/typefind.src: caps = NULL<br>
&gt; FREEING pipeline ...<br>
&gt;<br>
&gt; I get the same error as I test with other AVI or MPEG files - not only<br>
&gt; FLV.<br>
&gt; My system is:<br>
&gt;<br>
&gt; - Ubuntu 7.04<br>
&gt; - Updated ffmpeg libraries<br>
&gt; - Gstreamer-0.10 files (gstreamer-tools, gstreamer0.10-plugins-good,<br>
&gt; gstreamer0.10-plugins-ugly, gstreamer0.10-alsa, gstreamer0.10-ffmpeg,<br>
&gt; gstreamer0.10-tools, gstreamer0.10-plugins-bad,<br>
&gt; libgstreamer-plugins-base0.10-0, libgstreamer0.10-0)<br>
&gt;<br>
&gt; What am I doing wrong here? Is there a way to trace how and why Gstreamer<br>
&gt; behaves ill and cannot find the codecs it finds?<br>
&gt;<br>
&gt; Best<br>
&gt; Görkem<br>
<br>
</div></div><font color="#888888">--<br>
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!<br>
Ideal für Modem und ISDN: <a href="http://www.gmx.net/de/go/smartsurfer" target="_blank">http://www.gmx.net/de/go/smartsurfer</a><br>
</font></blockquote></div><br>