From 93f29f4e4ed6337e2c54cfb6e42ae0ec7fb75d0a Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Fri, 10 Apr 2015 14:30:36 +0100 Subject: [PATCH] examples: remove reference to 0.10 in playrec --- tests/examples/playrec/playrec.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;