audio: Fix rST formatting in docstring
This commit is contained in:
parent
7b36a598bb
commit
77dc046efd
@ -131,11 +131,12 @@ def convert_taglist(taglist):
|
|||||||
"""Convert a :class:`gst.Taglist` to plain Python types.
|
"""Convert a :class:`gst.Taglist` to plain Python types.
|
||||||
|
|
||||||
Knows how to convert:
|
Knows how to convert:
|
||||||
- Dates
|
|
||||||
- Buffers
|
- Dates
|
||||||
- Numbers
|
- Buffers
|
||||||
- Strings
|
- Numbers
|
||||||
- Booleans
|
- Strings
|
||||||
|
- Booleans
|
||||||
|
|
||||||
Unknown types will be ignored and debug logged. Tag keys are all strings
|
Unknown types will be ignored and debug logged. Tag keys are all strings
|
||||||
defined by GStreamer.
|
defined by GStreamer.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user