mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
documentation addition
Original commit message from CVS: documentation addition
This commit is contained in:
parent
3114e54dc4
commit
0ef4c46b0e
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ gst_elementfactory_create (GstElementFactory *factory,
|
||||||
* It wll be given the name supplied, since all elements require a name as
|
* It wll be given the name supplied, since all elements require a name as
|
||||||
* their first argument.
|
* their first argument.
|
||||||
*
|
*
|
||||||
* Returns: new #GstElement
|
* Returns: new #GstElement (or NULL if unable to create element)
|
||||||
*/
|
*/
|
||||||
GstElement*
|
GstElement*
|
||||||
gst_elementfactory_make (const gchar *factoryname, const gchar *name)
|
gst_elementfactory_make (const gchar *factoryname, const gchar *name)
|
||||||
|
|
Loading…
Reference in a new issue