Correct typo in comment, and make another comment more helpful.

Original commit message from CVS:
Correct typo in comment, and make another comment more helpful.
This commit is contained in:
Richard Boulton 2001-01-08 22:04:52 +00:00
parent 2773d04a28
commit 7291b0f7e8
2 changed files with 2 additions and 2 deletions

View file

@ -536,7 +536,7 @@ gst_element_set_name (GstElement *element, const gchar *name)
/**
* gst_element_get_name:
* @element: GstElement to set name of
* @element: GstElement to get name of
*
* Get the name of the element.
*

View file

@ -159,7 +159,7 @@ struct _GstElementClass {
struct _GstElementDetails {
gchar *longname; /* long, english name */
gchar *klass; /* type of element, kinda */
gchar *klass; /* type of element, as hierarchy */
gchar *description; /* insights of one form or another */
gchar *version; /* version of the element */
gchar *author; /* who wrote this thing? */