mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
design: query: fix missing markup
This commit is contained in:
parent
886911017e
commit
089eeed809
1 changed files with 4 additions and 4 deletions
|
@ -15,12 +15,12 @@ on a specific pad and travels up or downstream.
|
||||||
|
|
||||||
## Implementation
|
## Implementation
|
||||||
|
|
||||||
- GstQuery extends GstMiniObject and contains a GstStructure (see
|
- `GstQuery` extends `GstMiniObject` and contains a `GstStructure` (see
|
||||||
GstMessage)
|
`GstMessage`)
|
||||||
|
|
||||||
- some standard query types are defined below
|
- some standard query types are defined below
|
||||||
|
|
||||||
- methods to create and parse the results in the GstQuery.
|
- methods to create and parse the results in the `GstQuery`.
|
||||||
|
|
||||||
- define pad
|
- define pad
|
||||||
method:
|
method:
|
||||||
|
@ -36,7 +36,7 @@ not supported.
|
||||||
|
|
||||||
## Query types
|
## Query types
|
||||||
|
|
||||||
**`GST_QUERY_POSITION`**: get info on current position of the stream in stream_time.
|
**`GST_QUERY_POSITION`**: get info on current position of the stream in `stream_time`.
|
||||||
|
|
||||||
**`GST_QUERY_DURATION`**: get info on the total duration of the stream.
|
**`GST_QUERY_DURATION`**: get info on the total duration of the stream.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue