mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
docs: use '*' instead of xxx to avoid creating a broekn xref
This commit is contained in:
parent
f43f2bf960
commit
868878db87
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@
|
|||
* core.
|
||||
* Query types can be used to perform queries on pads and elements.
|
||||
*
|
||||
* Queries can be created using the gst_query_new_xxx() functions.
|
||||
* Query values can be set using gst_query_set_xxx(), and parsed using
|
||||
* gst_query_parse_xxx() helpers.
|
||||
* Queries can be created using the gst_query_new_*() functions.
|
||||
* Query values can be set using gst_query_set_*(), and parsed using
|
||||
* gst_query_parse_*() helpers.
|
||||
*
|
||||
* The following example shows how to query the duration of a pipeline:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue