mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
gst/gstelementfactory.c: Small doc fix. Fixes #535285.
Original commit message from CVS: Patch by: José Alburquerque <jaalburqu at svn dot gnome dot org> * gst/gstelementfactory.c: Small doc fix. Fixes #535285.
This commit is contained in:
parent
eae0c4cb9a
commit
dc902554fa
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
|
Patch by: José Alburquerque <jaalburqu at svn dot gnome dot org>
|
||||||
|
|
||||||
|
* gst/gstelementfactory.c:
|
||||||
|
Small doc fix. Fixes #535285.
|
||||||
|
|
||||||
2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
|
2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
Based on patch by: Bjarne Rosengren <bjarne at axis dot com>
|
Based on patch by: Bjarne Rosengren <bjarne at axis dot com>
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 032f2d973bd5c9a9b457cb5fc72d13dafe85c01e
|
Subproject commit 130fa8f739ff09aedb520c33239f53d06cfe9bd5
|
|
@ -643,7 +643,7 @@ gst_element_factory_get_static_pad_templates (GstElementFactory * factory)
|
||||||
* gst_element_factory_get_uri_type:
|
* gst_element_factory_get_uri_type:
|
||||||
* @factory: a #GstElementFactory
|
* @factory: a #GstElementFactory
|
||||||
*
|
*
|
||||||
* Gets the type of URIs the element supports or GST_URI_UNKNOWN if none.
|
* Gets the type of URIs the element supports or #GST_URI_UNKNOWN if none.
|
||||||
*
|
*
|
||||||
* Returns: type of URIs this element supports
|
* Returns: type of URIs this element supports
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue