mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
examples: remove reference to 0.10 in playrec
This commit is contained in:
parent
8eff144e48
commit
93f29f4e4e
1 changed files with 2 additions and 3 deletions
|
@ -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…
Reference in a new issue