mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
doc: More doc warning fixes
So from this point, the remaining warning for libgstreamer are about protected member not showing in the doc. This may need some discussion with upstream gtk-doc people. * Remove % in from of none macro * Fixed GST_TYPE_FAGS -> GST_TYPE_FAG_SET * Minor wording fix * Can't link to GstUri.port, so split the .port part
This commit is contained in:
parent
6eb58a67a9
commit
48700c7791
4 changed files with 5 additions and 5 deletions
|
@ -430,7 +430,7 @@ gst_device_monitor_stop (GstDeviceMonitor * monitor)
|
||||||
*
|
*
|
||||||
* Filters must be added before the #GstDeviceMonitor is started.
|
* Filters must be added before the #GstDeviceMonitor is started.
|
||||||
*
|
*
|
||||||
* Returns: The id of the new filter or %0 if no provider matched the filter's
|
* Returns: The id of the new filter or 0 if no provider matched the filter's
|
||||||
* classes.
|
* classes.
|
||||||
*
|
*
|
||||||
* Since: 1.4
|
* Since: 1.4
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
* SECTION:gsturihandler
|
* SECTION:gsturihandler
|
||||||
* @short_description: Interface to ease URI handling in plugins.
|
* @short_description: Interface to ease URI handling in plugins.
|
||||||
*
|
*
|
||||||
* The URIHandler is an interface that is implemented by Source and Sink
|
* The #GstURIHandler is an interface that is implemented by Source and Sink
|
||||||
* #GstElement to simplify then handling of URI.
|
* #GstElement to unify handling of URI.
|
||||||
*
|
*
|
||||||
* An application can use the following functions to quickly get an element
|
* An application can use the following functions to quickly get an element
|
||||||
* that handles the given URI for reading or writing
|
* that handles the given URI for reading or writing
|
||||||
|
|
|
@ -177,7 +177,7 @@ typedef struct _GstUri GstUri;
|
||||||
/**
|
/**
|
||||||
* GST_URI_NO_PORT:
|
* GST_URI_NO_PORT:
|
||||||
*
|
*
|
||||||
* Value for #GstUri.port to indicate no port number.
|
* Value for #GstUri<!-- -->.port to indicate no port number.
|
||||||
*/
|
*/
|
||||||
#define GST_URI_NO_PORT 0
|
#define GST_URI_NO_PORT 0
|
||||||
|
|
||||||
|
|
|
@ -6149,7 +6149,7 @@ gst_value_lcopy_flagset (const GValue * value, guint n_collect_values,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_value_set_flagset:
|
* gst_value_set_flagset:
|
||||||
* @value: a GValue initialized to #GST_TYPE_FLAGS
|
* @value: a GValue initialized to %GST_TYPE_FLAG_SET
|
||||||
* @flags: The value of the flags set or unset
|
* @flags: The value of the flags set or unset
|
||||||
* @mask: The mask indicate which flags bits must match for comparisons
|
* @mask: The mask indicate which flags bits must match for comparisons
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue