SKKU-ESLAB / ANT

ANT (AI-based Networked Things) Framework
Apache License 2.0
26 stars 28 forks source link

[Question][nnstreamer] queue with leaky property #275

Open Podossiu opened 2 years ago

Podossiu commented 2 years ago

Hi! I'm new to GStreamer and now I am following nnstreamer;s examples. and I know that queue with leaky property is commonly used.

I can understand why everyone uses queues. but why do many people use queues with the leaky option? is that ok to remove the buffered frame in the queue?