mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
docs: Fix generation using markdown for titles around tables
This commit is contained in:
parent
2c9b1ae709
commit
dd8dacdfde
4 changed files with 8 additions and 9 deletions
|
@ -23,10 +23,11 @@
|
|||
* @title: GESAudioSource
|
||||
* @short_description: Base Class for audio sources
|
||||
*
|
||||
* <refsect1 id="GESVideoSource.children_properties" role="properties">
|
||||
* <title role="children_properties.title">Children Properties
|
||||
* ## Children Properties
|
||||
*
|
||||
* You can use the following children properties through the
|
||||
* #ges_track_element_set_child_property and alike set of methods:
|
||||
*
|
||||
* <informaltable frame="none">
|
||||
* <tgroup cols="3">
|
||||
* <colspec colname="properties_type" colwidth="150px"/>
|
||||
|
@ -46,7 +47,6 @@
|
|||
* </tbody>
|
||||
* </tgroup>
|
||||
* </informaltable>
|
||||
* </refsect1>
|
||||
*/
|
||||
|
||||
#include "ges-internal.h"
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
* #GESTitleSource is a GESTimelineElement that implements the notion
|
||||
* of titles in GES.
|
||||
*
|
||||
* <refsect1 id="GESTileSource.children_properties" role="properties">
|
||||
* <title role="children_properties.title">Children Properties
|
||||
* ## Children Properties
|
||||
*
|
||||
* You can use the following children properties through the
|
||||
* #ges_track_element_set_child_property and alike set of methods:
|
||||
* <informaltable frame="none">
|
||||
|
@ -86,7 +86,6 @@
|
|||
* </tbody>
|
||||
* </tgroup>
|
||||
* </informaltable>
|
||||
* </refsect1>
|
||||
*/
|
||||
|
||||
#include "ges-internal.h"
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gestransition
|
||||
* @title: GESTransition
|
||||
|
|
|
@ -23,10 +23,10 @@
|
|||
* @title: GESVideoSource
|
||||
* @short_description: Base Class for video sources
|
||||
*
|
||||
* <refsect1 id="GESVideoSource.children_properties" role="properties">
|
||||
* # Children Properties
|
||||
* # Children Properties:
|
||||
* You can use the following children properties through the
|
||||
* #ges_track_element_set_child_property and alike set of methods:
|
||||
*
|
||||
* <informaltable frame="none">
|
||||
* <tgroup cols="3">
|
||||
* <colspec colname="properties_type" colwidth="150px"/>
|
||||
|
@ -81,7 +81,6 @@
|
|||
* </tbody>
|
||||
* </tgroup>
|
||||
* </informaltable>
|
||||
* </refsect1>
|
||||
*/
|
||||
|
||||
#include <gst/pbutils/missing-plugins.h>
|
||||
|
|
Loading…
Reference in a new issue