docs: use informalfigure tag to not syntax highlight the content

This commit is contained in:
Stefan Kost 2010-04-08 10:47:03 +03:00
parent 2f134d0574
commit 46899ff8ba

View file

@ -39,14 +39,14 @@
* gst_buffer_list_iterator_next_group() is necessary before calls to * gst_buffer_list_iterator_next_group() is necessary before calls to
* gst_buffer_list_iterator_next() can return buffers. * gst_buffer_list_iterator_next() can return buffers.
* *
* <informalexample> * <informalfigure>
* <programlisting> * <programlisting>
* +--- group0 ----------------------+--- group1 ------------+ * +--- group0 ----------------------+--- group1 ------------+
* | buffer0 buffer1 buffer2 | buffer3 buffer4 | * | buffer0 buffer1 buffer2 | buffer3 buffer4 |
* ^ ^ ^ ^ ^ ^ ^ ^ * ^ ^ ^ ^ ^ ^ ^ ^
* Iterator positions between buffers * Iterator positions between buffers
* </programlisting> * </programlisting>
* </informalexample> * </informalfigure>
* *
* The gst_buffer_list_iterator_remove(), gst_buffer_list_iterator_steal(), * The gst_buffer_list_iterator_remove(), gst_buffer_list_iterator_steal(),
* gst_buffer_list_iterator_take() and gst_buffer_list_iterator_do() functions * gst_buffer_list_iterator_take() and gst_buffer_list_iterator_do() functions