design: query: fix missing markup

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-12-28 22:52:29 -08:00
parent 886911017e
commit 089eeed809

View file

@ -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.