Re: collecting N frames
Koen Brants via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <CAJ3d1kKJQzqSwKDa5XtbQ5UeqrxfT=oTCjZqnWE7-_1eFTyh2g@mail.gmail.com> |
Thanks Mathieu. It is exactly what I was looking for! On Thu, Jul 6, 2023 at 1:57 PM Mathieu Duponchelle <[email protected]> wrote: > I think > > https://gstreamer.freedesktop.org/documentation/base/gstbasetransform.html?gi-language=c#GST_BASE_TRANSFORM_FLOW_DROPPED > is relevant ? videorate uses it for instance, it does sound like what > you're looking for :) > > On Thu, 2023-07-06 at 09:57 +0200, Koen Brants via gstreamer-devel > wrote: > > Hi, > > > > I'm looking for a solution for the following problem: > > > > from a single source, I collect a random number of buffers until a > > certain > > rule has been met. I only want to output a buffer afterwards. What > > kind of element > > do I need to create ? I guess a transform element ? > > Can I prevent a transform element to output a buffer ? > > > > Thanks for your help, > > > > > > > > Koen Brants > > Sr. Software Engineer > > Spectricity | www.spectricity.com > > Stationsstraat 55 | B-2800 Mechelen | Belgium >