<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">Le 11 mars 2017 2:59 PM, "Tim Müller" <<a href="mailto:tim@centricular.com">tim@centricular.com</a>> a écrit :<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="quoted-text">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>
</div>You probably meant GST_SEEK_FLAG_TRICKMODE_KEY_<wbr>UNITS ? :)<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Yes thanks.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<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></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">I'm wondering if a generic property on the base class could also work? Is there any format known to not work without the deltas?</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Theoretically a seek without start/stop position change to just change<br>
the flags should work too, but I wouldn't bet on it :)<br>
<br>
Cheers<br>
<font color="#888888"> -Tim<br>
<br>
--<br>
Tim Müller, Centricular Ltd - <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
</font><div class="elided-text">______________________________<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></blockquote></div><br></div></div></div>