mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
docs: Misc documentation fixes
This commit is contained in:
parent
fe043e0231
commit
cd111fa10a
2 changed files with 5 additions and 3 deletions
|
@ -18,9 +18,11 @@
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/* SECTION: ges-effect-asset
|
||||||
* SECTION: ges-effect-asset
|
|
||||||
* @short_description: A GESAsset subclass specialized in GESEffect extraction
|
* @short_description: A GESAsset subclass specialized in GESEffect extraction
|
||||||
|
*
|
||||||
|
* This is internal, and implementation details, so we are not showing it in the
|
||||||
|
* documentation
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ges-effect-asset.h"
|
#include "ges-effect-asset.h"
|
||||||
|
|
|
@ -30,7 +30,7 @@ G_BEGIN_DECLS
|
||||||
/**
|
/**
|
||||||
* GES_ERROR:
|
* GES_ERROR:
|
||||||
*
|
*
|
||||||
* An error happend in GES
|
* An error happened in GES
|
||||||
*/
|
*/
|
||||||
#define GES_ERROR g_quark_from_static_string("GES_ERROR")
|
#define GES_ERROR g_quark_from_static_string("GES_ERROR")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue