Skip to content

Commit 5032eec

Browse files
gstreamer/libs/base: initial commit of GstBaseIdleSrc
A new src that spawns a single thread when it needs to push something, and then joins said thread and goes back to an idle state, not consuming system resources. Co-authored-by: Camilo Celis Guzman <[email protected]>
1 parent 2c8f6d9 commit 5032eec

File tree

7 files changed

+2026
-1
lines changed

7 files changed

+2026
-1
lines changed

subprojects/gstreamer/libs/gst/base/base.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include <gst/base/gstbaseparse.h>
3030
#include <gst/base/gstbasesink.h>
3131
#include <gst/base/gstbasesrc.h>
32+
#include <gst/base/gstbaseidlesrc.h>
3233
#include <gst/base/gstbasetransform.h>
3334
#include <gst/base/gstbitreader.h>
3435
#include <gst/base/gstbitwriter.h>

0 commit comments

Comments
 (0)