<div dir="ltr">I did mess around with various caps and modes, but no luck.<div><br></div><div><div><font face="courier new, monospace">$ gst-launch-1.0 -v videotestsrc ! video/x-raw,width=1920,height=1080,interlace=1,framerate=2997/100 ! decklinksink mode=11 device-number=0 name=sink    audiotestsrc ! audio/x-raw,rate=48000 ! sink.</font></div>

<div><font face="courier new, monospace">0:00:00.021858626  7346      0x1be2670 ERROR           GST_PIPELINE ./grammar.y:623:gst_parse_perform_link: could not link videotestsrc0 to sink</font></div><div><font face="courier new, monospace">WARNING: erroneous pipeline: could not link videotestsrc0 to sink</font></div>

</div><div><br></div><div>-Mitch</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Dec 18, 2013 at 12:44 AM, Baby Octopus <span dir="ltr"><<a href="mailto:jagadishkamathk@gmail.com" target="_blank">jagadishkamathk@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think you need to set the 'mode' property of decklinksink. Why don't you<br>
try something like this?<br>
<br>
gst-launch-1.0 videotestsrc !<br>
video/x-raw,width=1920,height=1080,interlace=1,framerate=2997/100 !<br>
decklinksink mode=11 device=0 name=sink    audiotestsrc !<br>
audio/x-raw,rate=48000 ! sink.<br>
<br>
You are generating audio and video which are compliant with mode=11 which is<br>
1080i@29.97<br>
<br>
~BO<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/getting-gstreamer-1-0-to-work-with-decklinksink-tp4664080p4664131.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/getting-gstreamer-1-0-to-work-with-decklinksink-tp4664080p4664131.html</a><br>


<div class="im HOEnZb">Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>