mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Remove "#" from short-description
It breaks the display in the index.html page.
This commit is contained in:
parent
eef3861272
commit
abfe68b285
6 changed files with 8 additions and 11 deletions
|
@ -20,7 +20,7 @@
|
||||||
/**
|
/**
|
||||||
* SECTION:ges-base-effect
|
* SECTION:ges-base-effect
|
||||||
* @short_description: adds an effect to a stream in a GESSourceClip or a
|
* @short_description: adds an effect to a stream in a GESSourceClip or a
|
||||||
* #GESLayer
|
* GESLayer
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <glib/gprintf.h>
|
#include <glib/gprintf.h>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
/**
|
/**
|
||||||
* SECTION: ges-effect-clip
|
* SECTION: ges-effect-clip
|
||||||
* @short_description: An effect created by parse-launch style bin descriptions
|
* @short_description: An effect created by parse-launch style bin descriptions
|
||||||
* in a #GESLayer
|
* in a GESLayer
|
||||||
*
|
*
|
||||||
* The effect will be applied on the sources that have lower priorities
|
* The effect will be applied on the sources that have lower priorities
|
||||||
* (higher number) between the inpoint and the end of it.
|
* (higher number) between the inpoint and the end of it.
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
/**
|
/**
|
||||||
* SECTION:ges-effect
|
* SECTION:ges-effect
|
||||||
* @short_description: adds an effect build from a parse-launch style
|
* @short_description: adds an effect build from a parse-launch style
|
||||||
* bin description to a stream in a #GESSourceClip or a #GESLayer
|
* bin description to a stream in a GESSourceClip or a GESLayer
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ges-internal.h"
|
#include "ges-internal.h"
|
||||||
|
|
|
@ -20,13 +20,12 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:ges-test-clip
|
* SECTION:ges-test-clip
|
||||||
* @short_description: Render video and audio test patterns in a
|
* @short_description: Render video and audio test patterns in a GESLayer
|
||||||
* #GESLayer
|
|
||||||
*
|
*
|
||||||
* Useful for testing purposes.
|
* Useful for testing purposes.
|
||||||
*
|
*
|
||||||
* You can use the ges_asset_request_simple API to create a Asset
|
* You can use the ges_asset_request_simple API to create an Asset
|
||||||
* capable of extractinf GESTestClip-s
|
* capable of extracting GESTestClip-s
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ges-internal.h"
|
#include "ges-internal.h"
|
||||||
|
|
|
@ -20,8 +20,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:ges-text-overlay
|
* SECTION:ges-text-overlay
|
||||||
* @short_description: render text onto another video stream in a
|
* @short_description: render text onto another video stream in a GESLayer
|
||||||
* #GESLayer
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -20,8 +20,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION: ges-transition-clip
|
* SECTION: ges-transition-clip
|
||||||
* @short_description: Transition from one clip to another in a
|
* @short_description: Transition from one clip to another in a GESLayer
|
||||||
* #GESLayer
|
|
||||||
*
|
*
|
||||||
* Creates an object that mixes together the two underlying objects, A and B.
|
* Creates an object that mixes together the two underlying objects, A and B.
|
||||||
* The A object is assumed to have a higher prioirity (lower number) than the
|
* The A object is assumed to have a higher prioirity (lower number) than the
|
||||||
|
|
Loading…
Reference in a new issue