From a7004ec5a26d9b19d0307b55dd7e7711d281f4a5 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 24 Mar 2006 10:44:17 +0000 Subject: [PATCH] gst/gstelement.c: Little clarification in the docs Original commit message from CVS: * gst/gstelement.c: Little clarification in the docs --- ChangeLog | 5 +++++ gst/gstelement.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2013dfeb9b..5e985b165e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-24 Stefan Kost + + * gst/gstelement.c: + Little clarification in the docs + 2006-03-24 Stefan Kost * docs/README: diff --git a/gst/gstelement.c b/gst/gstelement.c index 950e3f1424..81fe0c9a5e 100644 --- a/gst/gstelement.c +++ b/gst/gstelement.c @@ -1054,6 +1054,8 @@ gst_element_class_add_pad_template (GstElementClass * klass, * * Sets the detailed information for a #GstElementClass. * This function is for use in _base_init functions only. + * + * The @details are copied. */ void gst_element_class_set_details (GstElementClass * klass,