mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
gst/gstelement.h: Fix link in documentation.
Original commit message from CVS: * gst/gstelement.h: Fix link in documentation.
This commit is contained in:
parent
37498e01bb
commit
3a2d9fd0bc
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-07-25 Thijs Vermeir <thijsvermeir@gmail.com>
|
||||||
|
|
||||||
|
* gst/gstelement.h:
|
||||||
|
Fix link in documentation.
|
||||||
|
|
||||||
2008-07-24 Thijs Vermeir <thijsvermeir@gmail.com>
|
2008-07-24 Thijs Vermeir <thijsvermeir@gmail.com>
|
||||||
|
|
||||||
* gst/gstmessage.c:
|
* gst/gstmessage.c:
|
||||||
|
|
|
@ -265,8 +265,8 @@ typedef enum
|
||||||
/**
|
/**
|
||||||
* GST_ELEMENT_ERROR:
|
* GST_ELEMENT_ERROR:
|
||||||
* @el: the element that generates the error
|
* @el: the element that generates the error
|
||||||
* @domain: like CORE, LIBRARY, RESOURCE or STREAM (see #GstGError)
|
* @domain: like CORE, LIBRARY, RESOURCE or STREAM (see #gstreamer-GstGError)
|
||||||
* @code: error code defined for that domain (see #GstGError)
|
* @code: error code defined for that domain (see #gstreamer-GstGError)
|
||||||
* @text: the message to display (format string and args enclosed in
|
* @text: the message to display (format string and args enclosed in
|
||||||
parentheses)
|
parentheses)
|
||||||
* @debug: debugging information for the message (format string and args
|
* @debug: debugging information for the message (format string and args
|
||||||
|
|
Loading…
Reference in a new issue