From 8713a8203bd0898b820ae5234051cc54c8adbf8b Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 12 Aug 2008 06:27:35 +0000 Subject: [PATCH] gst/: Remove double interface from doc-string. Original commit message from CVS: * gst/gstchildproxy.h: * gst/gstpreset.h: Remove double interface from doc-string. --- ChangeLog | 6 ++++++ gst/gstchildproxy.h | 2 +- gst/gstpreset.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ad0c017150..f8f32c1c84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-08-12 Stefan Kost + + * gst/gstchildproxy.h: + * gst/gstpreset.h: + Remove double interface from doc-string. + 2008-08-12 Stefan Kost * libs/gst/base/gstbasesrc.c: diff --git a/gst/gstchildproxy.h b/gst/gstchildproxy.h index 0f92b00d60..c2c86e540d 100644 --- a/gst/gstchildproxy.h +++ b/gst/gstchildproxy.h @@ -47,7 +47,7 @@ typedef struct _GstChildProxyInterface GstChildProxyInterface; * @get_child_by_index: virtual method to fetch the child * @get_children_count: virtual method to get the children count * - * #GstChildProxyInterface interface. + * #GstChildProxy interface. */ struct _GstChildProxyInterface { diff --git a/gst/gstpreset.h b/gst/gstpreset.h index ef071a2d7f..73816326bd 100644 --- a/gst/gstpreset.h +++ b/gst/gstpreset.h @@ -52,7 +52,7 @@ typedef struct _GstPresetInterface GstPresetInterface; * @set_meta: virtual methods to set textual meta data to a preset * @get_meta: virtual methods to get textual meta data from a preset * - * #GstPresetInterface interface. + * #GstPreset interface. */ struct _GstPresetInterface {