diff --git a/tests/examples/playrec/playrec.c b/tests/examples/playrec/playrec.c index dd803a134e..adc8cec2af 100644 --- a/tests/examples/playrec/playrec.c +++ b/tests/examples/playrec/playrec.c @@ -26,9 +26,8 @@ #include -/* 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;