From 17b8299df1baf91542c7b6f4c8441d732e3e3d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 22 Feb 2012 10:09:15 +0100 Subject: [PATCH] navigation: Fix copy&paste error in documentation --- gst-libs/gst/interfaces/navigation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/interfaces/navigation.h b/gst-libs/gst/interfaces/navigation.h index b4eaca5f5d..4b21441ce3 100644 --- a/gst-libs/gst/interfaces/navigation.h +++ b/gst-libs/gst/interfaces/navigation.h @@ -44,7 +44,7 @@ typedef struct _GstNavigationInterface GstNavigationInterface; * @g_iface: the parent interface * @send_event: sending a navigation event * - * Color-balance interface. + * Navigation interface. */ struct _GstNavigationInterface { GTypeInterface g_iface;