mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
gst/gstelement.c: Little clarification in the docs
Original commit message from CVS: * gst/gstelement.c: Little clarification in the docs
This commit is contained in:
parent
cfbd7ba925
commit
a7004ec5a2
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-03-24 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* gst/gstelement.c:
|
||||||
|
Little clarification in the docs
|
||||||
|
|
||||||
2006-03-24 Stefan Kost <ensonic@users.sf.net>
|
2006-03-24 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* docs/README:
|
* docs/README:
|
||||||
|
|
|
@ -1054,6 +1054,8 @@ gst_element_class_add_pad_template (GstElementClass * klass,
|
||||||
*
|
*
|
||||||
* Sets the detailed information for a #GstElementClass.
|
* Sets the detailed information for a #GstElementClass.
|
||||||
* <note>This function is for use in _base_init functions only.</note>
|
* <note>This function is for use in _base_init functions only.</note>
|
||||||
|
*
|
||||||
|
* The @details are copied.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gst_element_class_set_details (GstElementClass * klass,
|
gst_element_class_set_details (GstElementClass * klass,
|
||||||
|
|
Loading…
Reference in a new issue