mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +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.
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION: ges-effect-asset
|
||||
/* SECTION: ges-effect-asset
|
||||
* @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"
|
||||
|
|
|
@ -30,7 +30,7 @@ G_BEGIN_DECLS
|
|||
/**
|
||||
* GES_ERROR:
|
||||
*
|
||||
* An error happend in GES
|
||||
* An error happened in GES
|
||||
*/
|
||||
#define GES_ERROR g_quark_from_static_string("GES_ERROR")
|
||||
|
||||
|
|
Loading…
Reference in a new issue