mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
controller: use real world number in benchmark
This commit is contained in:
parent
612387da25
commit
249b9b9aa4
1 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/controller/gstcontroller.h>
|
||||
#include <gst/controller/gstinterpolationcontrolsource.h>
|
||||
|
||||
#define NUM_CP 5000
|
||||
/* a song in buzztard can easily reach 30000 here */
|
||||
#define NUM_CP 15000
|
||||
#define BLOCK_SIZE 64
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue