Hi,<br><br>I&#39;m currently writing an application to stream video from a camera across a network under Windows. I have managed to do this successfully using various USB cameras, but when I try to do this with using two different firewire cameras I get the following error:<br>

<br><font color="black" face="Courier New" size="2"><span style="font-size: 10pt; color: black;">WARNING: erroneous pipeline: could not link dshowvideosrc0 to ffmpegcsp0</span></font><br><br>I&#39;m using gst-launch to do this:<br>

<br>gst-launch -v dshowvideosrc ! ffmpegcolorspace ! directdrawsink<br><br>I&#39;m using the GStreamer WinBuilds version 0.10.3, containing version 0.10.7 of the dshowsrcwrapper plugin and version 0.10.22 of ffmpegcolorspace.<br>


<br>
Unfortunately there is no other output on the command line, so I&#39;m a little stumped. When I disconnect the camera from the computer this error disappears and I get an error saying that the pipeline doesn&#39;t want to pause and the pipeline is set to NULL (as expected). Does anyone have any ideas?<br>

<br>Thanks,<br><br>Phil<br>