mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gst/: Remove double interface from doc-string.
Original commit message from CVS: * gst/gstchildproxy.h: * gst/gstpreset.h: Remove double interface from doc-string.
This commit is contained in:
parent
4711f2c4fa
commit
8713a8203b
3 changed files with 8 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue