From abfe68b28515869a2c25fae103185d25c6d3fa83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexandru=20B=C4=83lu=C8=9B?= Date: Wed, 26 Feb 2014 04:17:36 +0100 Subject: [PATCH] Remove "#" from short-description It breaks the display in the index.html page. --- ges/ges-base-effect.c | 2 +- ges/ges-effect-clip.c | 2 +- ges/ges-effect.c | 2 +- ges/ges-test-clip.c | 7 +++---- ges/ges-text-overlay.c | 3 +-- ges/ges-transition-clip.c | 3 +-- 6 files changed, 8 insertions(+), 11 deletions(-) diff --git a/ges/ges-base-effect.c b/ges/ges-base-effect.c index 0ae0592..84f420d 100644 --- a/ges/ges-base-effect.c +++ b/ges/ges-base-effect.c @@ -20,7 +20,7 @@ /** * SECTION:ges-base-effect * @short_description: adds an effect to a stream in a GESSourceClip or a - * #GESLayer + * GESLayer */ #include diff --git a/ges/ges-effect-clip.c b/ges/ges-effect-clip.c index 8808f1d..7ecd8b9 100644 --- a/ges/ges-effect-clip.c +++ b/ges/ges-effect-clip.c @@ -20,7 +20,7 @@ /** * SECTION: ges-effect-clip * @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 * (higher number) between the inpoint and the end of it. diff --git a/ges/ges-effect.c b/ges/ges-effect.c index bee9e26..30b0b1c 100644 --- a/ges/ges-effect.c +++ b/ges/ges-effect.c @@ -20,7 +20,7 @@ /** * SECTION:ges-effect * @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" diff --git a/ges/ges-test-clip.c b/ges/ges-test-clip.c index 5c5eac0..0b2fd08 100644 --- a/ges/ges-test-clip.c +++ b/ges/ges-test-clip.c @@ -20,13 +20,12 @@ /** * SECTION:ges-test-clip - * @short_description: Render video and audio test patterns in a - * #GESLayer + * @short_description: Render video and audio test patterns in a GESLayer * * Useful for testing purposes. * - * You can use the ges_asset_request_simple API to create a Asset - * capable of extractinf GESTestClip-s + * You can use the ges_asset_request_simple API to create an Asset + * capable of extracting GESTestClip-s */ #include "ges-internal.h" diff --git a/ges/ges-text-overlay.c b/ges/ges-text-overlay.c index 070d7b6..b9dbc60 100644 --- a/ges/ges-text-overlay.c +++ b/ges/ges-text-overlay.c @@ -20,8 +20,7 @@ /** * SECTION:ges-text-overlay - * @short_description: render text onto another video stream in a - * #GESLayer + * @short_description: render text onto another video stream in a GESLayer * */ diff --git a/ges/ges-transition-clip.c b/ges/ges-transition-clip.c index d6e64d0..2d98689 100644 --- a/ges/ges-transition-clip.c +++ b/ges/ges-transition-clip.c @@ -20,8 +20,7 @@ /** * SECTION: ges-transition-clip - * @short_description: Transition from one clip to another in a - * #GESLayer + * @short_description: Transition from one clip to another in a GESLayer * * 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 -- 2.7.4