Hi,<br><br>error 8007048f :<br>ERROR_DEVICE_NOT_CONNECTED<br><br>Well try to use the device-name property, for example:<br><br>gst-launch dshowvideosrc device-name=&quot;Pinnacle WDM PCTV Video Capture&quot; ! dshowvideosink<br>
<br>Sincerely<br>Julien<br><br><div class="gmail_quote">2010/4/9 Kulecz, Walter (JSC-SK)[WYLE INTEG. SCI. &amp; ENG.] <span dir="ltr">&lt;<a href="mailto:walter.kulecz-1@nasa.gov">walter.kulecz-1@nasa.gov</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I&#39;m stuck with trying to get dshowvideosrc to work.<br>
<br>
gst-launch videotestsrc ! dshowvideosink works as expected.<br>
<br>
I&#39;ve scrounged up an ATI TV Wonder USB HD650 video device and it seems to work on my XP notebook, at least with its bundled software, which I used to select the  S-video input.<br>
<br>
<br>
But a simple gst-lauch command in an msys window gives:<br>
<br>
$ gst-launch dshowvideosrc ! dshowvideosink<br>
Setting pipeline to PAUSED ...<br>
Pipeline is live and does not need PREROLL ...<br>
Setting pipeline to PLAYING ...<br>
0:00:02.062966000   716   00334130 ERROR          dshowvideosrc gstdshowvideosrc.cpp:589:gst_dshowvideosrc_change_state: Can&#39;t R<br>
 the directshow capture graph (error=0x8007048f)<br>
ERROR: pipeline doesn&#39;t want to play.<br>
Setting pipeline to NULL ...<br>
Freeing pipeline ...<br>
<br>
<br>
At which point I&#39;m stuck.  This is just a proof of principle test, the next question, if I can get it to display live video, will be how do I select the input source?  The overview of all plugins documentation, <a href="http://gstreamer.freedesktop.org/documentation/plugins.html" target="_blank">http://gstreamer.freedesktop.org/documentation/plugins.html</a> doesn&#39;t have an entry for dshowvideosrc, among others, like dshowvideosink fer instance.<br>

<br>
I assume that like v4l2src,  input selection needs to be done programmatically since gst-launch can&#39;t talk to the interfaces.  In my initial tests on Linux I used TVtime to set the video input and then could use gst-launch v4l2src ! xvimagesink to verify function.  But then, dshowvideosrc could be very different, or perhaps directshow driver doesn&#39;t retain the input selection across invocations although the ATI player software seems to resume where I left it set.<br>

------------------------------------------------------------------------------<br>
Download Intel&amp;#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</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>