<div dir="ltr">Thanks a lot!<br><div><br>Can someone provide a quick example of subj in python or c? Just for performance tests.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-03-13 21:37 GMT+03:00 Olivier Crête <span dir="ltr"><<a href="mailto:olivier.crete@collabora.com" target="_blank">olivier.crete@collabora.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sat, 2017-03-11 at 19:44 +0000, Tim Müller wrote:<br>
> On Sat, 2017-03-11 at 11:20 -0500, Nicolas Dufresne wrote:<br>
><br>
> > > Can gstreamer fast decode h264/5 steam and return only keyframes?<br>
> > > That would be usefull for opencv processing  of live streams.<br>
> ><br>
> > I believe this should work in recent version with the<br>
> > GST_SEEK_FLAG_KEY_UNIT. Pause you streamr, and then operate a<br>
> > flushing seek with this flag set.<br>
><br>
> You probably meant GST_SEEK_FLAG_TRICKMODE_KEY_<wbr>UNITS ? :)<br>
><br>
> Question is, what does one do when seeking is not supported? In that<br>
> case one would have to add a pad probe on the decoder sink pad or<br>
> parser src pad or so and drop all frames that are flagged as delta<br>
> units via the buffer flags or such.<br>
<br>
</span>You could also add the identity element before the decoder and set the<br>
"drop-buffer-flags" property to GST_BUFFER_FLAG_DELTA_UNIT<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Olivier Crête<br>
<a href="mailto:olivier.crete@collabora.com">olivier.crete@collabora.com</a><br>
</font></span><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</div></div></blockquote></div><br></div>