mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +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>
|
||||
|
||||
/* Define to run the asynchronous version. This requires 0.10.31 of the
|
||||
* GStreamer core. The async version has the benefit that it doesn't block the
|
||||
* main thread but it produces slightly less clear code. */
|
||||
/* Define to run the asynchronous version, which has the benefit that it doesn't
|
||||
* block the main thread but it produces slightly less clear code. */
|
||||
#define ASYNC_VERSION
|
||||
|
||||
static GMainLoop *loop;
|
||||
|
|
Loading…
Reference in a new issue