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 {