Re: appsrc/appsink API vs Signals
Nicolas Dufresne via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <[email protected]> |
Le dimanche 04 juin 2023 à 21:29 +0300, Eslam Ahmed via gstreamer-devel a écrit : > Hello, > > I was wondering if there is a performance difference between using > appsrc/appsink via their own API (by linking gstreamer-app) or through > signals, which is more performant in large volumes? There shouldn't be much difference. In all cases, the data is placed into the appsrc/sink internal queue (unless when the queue is full were the signal get blocked. Performance wise, there is no difference. > > Best Regards, > Eslam