examples: remove reference to 0.10 in playrec
This commit is contained in:
parent
8eff144e48
commit
93f29f4e4e
@ -26,9 +26,8 @@
|
|||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
/* Define to run the asynchronous version. This requires 0.10.31 of the
|
/* Define to run the asynchronous version, which has the benefit that it doesn't
|
||||||
* GStreamer core. The async version has the benefit that it doesn't block the
|
* block the main thread but it produces slightly less clear code. */
|
||||||
* main thread but it produces slightly less clear code. */
|
|
||||||
#define ASYNC_VERSION
|
#define ASYNC_VERSION
|
||||||
|
|
||||||
static GMainLoop *loop;
|
static GMainLoop *loop;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user