mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
2773d04a28
commit
7291b0f7e8
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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? */
|
||||
|
|
Loading…
Reference in a new issue