From: Mathieu Duponchelle Date: Wed, 26 Nov 2014 00:08:31 +0000 (+0100) Subject: *source: new lines in xml break my parser. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb34c5056e10345744be7eea1755b4f7923add72;p=platform%2Fupstream%2Fgst-editing-services.git *source: new lines in xml break my parser. + So I removed them cause I'm clever https://bugzilla.gnome.org/show_bug.cgi?id=740727 --- diff --git a/ges/ges-audio-source.c b/ges/ges-audio-source.c index 1f0b2b1..64f5b2a 100644 --- a/ges/ges-audio-source.c +++ b/ges/ges-audio-source.c @@ -32,19 +32,16 @@ * * * - * * * double * volume * volume factor, 1.0=100%. * - * * * gboolean * mute * mute channel. * - * * * * diff --git a/ges/ges-title-source.c b/ges/ges-title-source.c index 8161e1a..51a4da7 100644 --- a/ges/ges-title-source.c +++ b/ges/ges-title-source.c @@ -40,58 +40,48 @@ * background * The color of the background * - * * * guint * color * The color of the text * - * * * gchar * font-desc * Pango font description string * - * * * GESTextHAlign * halignment * Horizontal alignment of the text * - * * * gchar * text * The text to be rendered * - * * * GESTextVAlign * valignment * Vertical alignent of the text * - * * * gdouble * xpos * The horizontal position of the text * - * * gdouble * ypos * The vertical position of the text * - * * gboolean * shaded-background * Whether to shade the background under the text area * - * * guint * outline-color * Color to use for outline the text (big-endian ARGB). * - * * * * diff --git a/ges/ges-video-source.c b/ges/ges-video-source.c index 315e974..52c3464 100644 --- a/ges/ges-video-source.c +++ b/ges/ges-video-source.c @@ -32,43 +32,36 @@ * * * - * * * double * alpha * The desired alpha for the stream. * - * * * gint * posx * The desired x position for the stream. * - * * * gint * posy * The desired y position for the stream * - * * * guint * zorder * The desired z order for the stream * - * * * gint * width * The desired width for that source. Set to 0 if size is not mandatory, will be set to width of the current track. * - * * * gint * height * The desired height for that source. Set to 0 if size is not mandatory, will be set to height of the current track. * - * * * *