mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
gst/gstelementfactory.c: Fix typo in docs blurb.
Original commit message from CVS: * gst/gstelementfactory.c: Fix typo in docs blurb.
This commit is contained in:
parent
5c666e7f43
commit
9b8bf01253
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gstelementfactory.c:
|
||||
Fix typo in docs blurb.
|
||||
|
||||
2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gsturi.c: (search_by_entry):
|
||||
|
|
|
@ -628,9 +628,10 @@ gst_element_factory_get_uri_type (GstElementFactory * factory)
|
|||
* gst_element_factory_get_uri_protocols:
|
||||
* @factory: a #GstElementFactory
|
||||
*
|
||||
* Gets a NULL-terminated array of protocols this element supports or NULL, if
|
||||
* Gets a NULL-terminated array of protocols this element supports or NULL if
|
||||
* no protocols are supported. You may not change the contents of the returned
|
||||
* array as it is still ownt by the element factory. Use g_strdupv() if you want to.
|
||||
* array, as it is still owned by the element factory. Use g_strdupv() to
|
||||
* make a copy of the protocol string array if you need to.
|
||||
*
|
||||
* Returns: the supported protocols or NULL
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue