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 ad0c017150c320d62393542074c0a9b2cc5e2dc9..f8f32c1c849a8a0fdaea681f5cb6695e4f6eb123 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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:
index 0f92b00d60aa5b8a05a36698f5a26e2ead46c3c3..c2c86e540d4aa0ef3290d7324a2a2ee16cd131d4 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 ef071a2d7f5e2101b3dcc2e6e713a46adbf1c9ae..73816326bd0fb8dc5052eaf2c37b0f8f0a3a79b0 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
 {