From cc4b94fdc2a5d9eef1b62d6c00a337e12e72be50 Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 5 Nov 2006 10:14:54 +0000 Subject: [PATCH] Fix typo. --- campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.h b/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.h index f851ae319..8bd870a2f 100644 --- a/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.h +++ b/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.h @@ -189,7 +189,7 @@ class GstreamerPlayer : virtual public Configurable, gpointer self) throw (); /** - * An newpad event handler, that will link the decoder after + * A newpad event handler, that will link the decoder after * decodebin's autoplugging. * * @param element the element emitting the eos signal