gst/: Remove double interface from doc-string.
authorStefan Kost <ensonic@users.sourceforge.net>
Tue, 12 Aug 2008 06:27:35 +0000 (06:27 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Tue, 12 Aug 2008 06:27:35 +0000 (06:27 +0000)
Original commit message from CVS:
* gst/gstchildproxy.h:
* gst/gstpreset.h:
Remove double interface from doc-string.

ChangeLog
gst/gstchildproxy.h
gst/gstpreset.h

index ad0c017..f8f32c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
 
+       * gst/gstchildproxy.h:
+       * gst/gstpreset.h:
+         Remove double interface from doc-string.        
+
+2008-08-12  Stefan Kost  <ensonic@users.sf.net>
+
        * libs/gst/base/gstbasesrc.c:
        * libs/gst/base/gstbasetransform.c:
          Fix headings in docs and gtk-doc warnings.
index 0f92b00..c2c86e5 100644 (file)
@@ -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
 {
index ef071a2..7381632 100644 (file)
@@ -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
 {