<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><div>On 25 Mar 2014, at 13:23, Krzysztof Borowczyk <<a href="mailto:k.borowczyk@samsung.com">k.borowczyk@samsung.com</a>> wrote:</div><blockquote type="cite">


<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0cm;
        margin-right:0cm;
        margin-bottom:0cm;
        margin-left:36.0pt;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
 /* List Definitions */
 @list l0
        {mso-list-id:1350251639;
        mso-list-type:hybrid;
        mso-list-template-ids:-2050042184 -417705396 68485123 68485125 68485121 68485123 68485125 68485121 68485123 68485125;}
@list l0:level1
        {mso-level-start-at:0;
        mso-level-number-format:bullet;
        mso-level-text:\F06E;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        font-family:Wingdings;
        mso-fareast-font-family:Calibri;
        mso-bidi-font-family:"Times New Roman";}
ol
        {margin-bottom:0cm;}
ul
        {margin-bottom:0cm;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->


<div lang="PL" link="blue" vlink="purple">

<div class="Section1"><p class="MsoNormal"><span style="font-family: Calibri, sans-serif; font-size: 11pt;">Recently I was trying to capture video from
HDMI with Intensity Pro card. I installed the latest drivers from Blackmagic.</span></p><p class="MsoNormal"><span lang="EN-US">Capturing with their software works well,
but when I tried to use GStreamer I get a very low framerate (aroud 1-2 frames
/ sec.).<o:p></o:p></span></p><p class="MsoNormal"></p><p class="MsoNormal"></p></div></div></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">[...]</blockquote><blockquote type="cite"><div lang="PL" link="blue" vlink="purple"><div class="Section1"><p class="MsoNormal"><span lang="EN-US"> </span></p><p class="MsoNormal"><span lang="EN-US">The command used is:<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US">gst-launch-1.0 decklinksrc mode=9
connection=1 device-number=0 ! videoconvert ! autovideosink<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US"> </span></p><p class="MsoNormal"><span lang="EN-US">Can you tell me, if this is caused by the
decklinksrc? Or is there a possibility, that the videoconvert slows things that
much?<o:p></o:p></span></p></div></div></blockquote><br></div><div><br></div><div><div>Try turning on debug for the decklinksrc:</div><div><br></div><div>    GST_DEBUG=decklinksrc:6 gst-launch-1.0 ...</div><div><br></div><div>That will tell you if it is having to drop frames because the pipeline</div><div>isn't receiving them fast enough. If that's the case try adding a queue</div><div>after decklinksrc (?).</div><div><br></div><div><div>You could also try "autovideosink sync=false" and see what happens (you</div><div>probably don't want to do that in practice, but trying it might give some</div><div>insight as to what's causing your low framerate).</div></div><div><br></div><div>Maybe also try with fakesink, to eliminate videoconvert and your video</div><div>sink from the equation: gst-launch-1.0 decklinksrc mode=... ! fakesink</div></div><div><br></div></body></html>