mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
docs: use informalfigure tag to not syntax highlight the content
This commit is contained in:
parent
2f134d0574
commit
46899ff8ba
1 changed files with 2 additions and 2 deletions
|
@ -39,14 +39,14 @@
|
|||
* gst_buffer_list_iterator_next_group() is necessary before calls to
|
||||
* gst_buffer_list_iterator_next() can return buffers.
|
||||
*
|
||||
* <informalexample>
|
||||
* <informalfigure>
|
||||
* <programlisting>
|
||||
* +--- group0 ----------------------+--- group1 ------------+
|
||||
* | buffer0 buffer1 buffer2 | buffer3 buffer4 |
|
||||
* ^ ^ ^ ^ ^ ^ ^ ^
|
||||
* Iterator positions between buffers
|
||||
* </programlisting>
|
||||
* </informalexample>
|
||||
* </informalfigure>
|
||||
*
|
||||
* The gst_buffer_list_iterator_remove(), gst_buffer_list_iterator_steal(),
|
||||
* gst_buffer_list_iterator_take() and gst_buffer_list_iterator_do() functions
|
||||
|
|
Loading…
Reference in a new issue