|
Hi all,
Is there a way to specify the number of CPU a gstreamer pipeline can use? Something similar to cpu=1 in the gst-launch command, means 1 core will be used to processing.
In the Linux system, in C code we can use #include <sched.h> CPU_SET, to run a code on the specific core. How huge can be the impact on performance if using a simple pipeline for video decoding if using single core?
Thanks
Deepanshu
|