From afffd9497fa460c9fff1eabd6f760f19160c220c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 7 Aug 2014 14:54:37 +0100 Subject: [PATCH] examples: controller: fix typo in comments --- tests/examples/controller/audio-example.c | 2 +- tests/examples/controller/text-color-example.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/examples/controller/audio-example.c b/tests/examples/controller/audio-example.c index 64944988cd..f57731fce7 100644 --- a/tests/examples/controller/audio-example.c +++ b/tests/examples/controller/audio-example.c @@ -4,7 +4,7 @@ * Builds a pipeline with [ audiotestsource ! autoaudiosink ] and sweeps * frequency and volume. * - * Needs gst-plugin-base + gst-plugins-good installed. + * Needs gst-plugins-base + gst-plugins-good installed. */ #include diff --git a/tests/examples/controller/text-color-example.c b/tests/examples/controller/text-color-example.c index 00b3c9f3a6..c9e1119e33 100644 --- a/tests/examples/controller/text-color-example.c +++ b/tests/examples/controller/text-color-example.c @@ -4,7 +4,7 @@ * Builds a pipeline with [videotestsrc ! textoverlay ! ximagesink] and * modulates color, text and text pos. * - * Needs gst-plugin-base installed. + * Needs gst-plugins-base installed. */ #include