Ok,&nbsp; I rebuilt the good plugins with --enable-experimental.<br><br>So now when I&#39;m running:<br><br>hamburglar@hamburglar-desktop:~/Desktop/GSTStuff/gst-plugins-good-0.10.6$ gst-launch v4l2src ! ximagesink<br>Setting pipeline to PAUSED ...<br>
ERROR: Pipeline doesn&#39;t want to pause.<br>ERROR: from element /pipeline0/v4l2src0: Error getting capabilities for device &#39;/dev/video0&#39;: It isn&#39;t a v4l2 driver. Check if it is a v4l1 driver.<br>Additional debug info:<br>
v4l2_calls.c(70): gst_v4l2_get_capabilities (): /pipeline0/v4l2src0:<br>system error: Invalid argument<br>Setting pipeline to NULL ...<br>FREEING pipeline ...<br><br><br>So I guess this means my webcam doesn&#39;t support v4l2?&nbsp; Is this an incorrect assumption, or am I misunderstanding something here?&nbsp; I thought v4l2 was a set of API&#39;s...&nbsp; and v4l / v4l2 were just two sets of APIs to a device...&nbsp; err... huh?&nbsp; I guess I&#39;m pretty confused.&nbsp; Why would my Logitech Quickcam even support v4l if it&#39;s made for windows?<br>
<br>Anyways, I next tried...<br><br>hamburglar@hamburglar-desktop:~/Desktop/GSTStuff/gst-plugins-good-0.10.6$ gst-launch v4lsrc ! ximagesink<br>Setting pipeline to PAUSED ...<br>ERROR: Pipeline doesn&#39;t want to pause.<br>
ERROR: from element /pipeline0/v4lsrc0: Could not negotiate format<br>Additional debug info:<br>gstbasesrc.c(2293): gst_base_src_start (): /pipeline0/v4lsrc0:<br>Check your filtered caps, if any<br>Setting pipeline to NULL ...<br>
FREEING pipeline ...<br><br><br>Here, I saw that the camera get&#39;s &quot;activated&quot;, at least camera-monitor flips on for a moment...<br>However, with the &quot;could not negotiate format&quot;, I&#39;m again pretty lost.&nbsp; Where is the documentation that explains these kinds of things I&#39;m trying to do?&nbsp; Anyone know if I&#39;m misunderstanding something specific, or is it more of a general &quot;I just don&#39;t know what I&#39;m doing&quot;.<br>
<br><br><br><br><br><br><div class="gmail_quote">On Thu, Feb 14, 2008 at 3:56 PM, Tim Müller &lt;<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Thu, 2008-02-14 at 15:49 +0200, Topi Hukkanen wrote:<br>
<br>
&gt; When trying to compile the GST Good plugins, I get:<br>
&gt; &nbsp; &nbsp; WARNING: *** v4l2src pre-configured not to be built<br>
&gt;<br>
&gt; Why is it not built by default?<br>
<br>
</div>It&#39;s only built if you pass --enable-experimental to ./configure<br>
<br>
Cheers<br>
&nbsp;-Tim<br>
<div class="Ih2E3d"><br>
&gt;<br>
&gt;<br>
&gt; On Thu, Feb 14, 2008 at 2:31 PM, Topi Hukkanen<br>
&gt; &lt;<a href="mailto:topi.hukkanen@gmail.com">topi.hukkanen@gmail.com</a>&gt; wrote:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Is it in the bad plugins? &nbsp;Where?<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Also:<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; ~$ gst-launch v4l2src ! xvimagesink<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; ERROR: pipeline could not be constructed: no element<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &quot;v4l2src&quot;.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Is this error indicative that I have not properly installed<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; the v4l2src &quot;glue&quot; after compiling gstreamer?<br>
&gt;<br>
</div>&gt; -------------------------------------------------------------------------<br>
&gt; This SF.net email is sponsored by: Microsoft<br>
&gt; Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
&gt; <a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>
&gt; _______________________________________________ gstreamer-devel mailing list <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>

<br>
<br>
-------------------------------------------------------------------------<br>
This SF.net email is sponsored by: Microsoft<br>
Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
<a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>