*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
This commit is contained in:
Mathieu Duponchelle 2014-11-26 01:08:31 +01:00
parent f85c463b93
commit fb34c5056e
3 changed files with 0 additions and 20 deletions

View file

@ -32,19 +32,16 @@
* <colspec colname="properties_name" colwidth="200px"/>
* <colspec colname="properties_flags" colwidth="400px"/>
* <tbody>
*
* <row>
* <entry role="property_type"><link linkend="gdouble"><type>double</type></link></entry>
* <entry role="property_name"><link linkend="GESAudioSource--volume">volume</link></entry>
* <entry>volume factor, 1.0=100%.</entry>
* </row>
*
* <row>
* <entry role="property_type"><link linkend="gboolean"><type>gboolean</type></link></entry>
* <entry role="property_name"><link linkend="GESAudioSource--mute">mute</link></entry>
* <entry>mute channel.</entry>
* </row>
*
* </tbody>
* </tgroup>
* </informaltable>

View file

@ -40,58 +40,48 @@
* <entry role="property_name"><link linkend="GESTileSource--background">background</link></entry>
* <entry>The color of the background</entry>
* </row>
*
* <row>
* <entry role="property_type"><link linkend="guint"><type>guint</type></link></entry>
* <entry role="property_name"><link linkend="GESTileSource--color">color</link></entry>
* <entry>The color of the text</entry>
* </row>
*
* <row>
* <entry role="property_type"><link linkend="gchar"><type>gchar</type></link></entry>
* <entry role="property_name"><link linkend="GESTileSource--font-desc">font-desc</link></entry>
* <entry>Pango font description string</entry>
* </row>
*
* <row>
* <entry role="property_type"><link linkend="GESTextHAlign"><type>GESTextHAlign</type></link></entry>
* <entry role="property_name"><link linkend="GESTileSource--halignment">halignment</link></entry>
* <entry>Horizontal alignment of the text</entry>
* </row>
*
* <row>
* <entry role="property_type"><link linkend="gchar"><type>gchar</type></link></entry>
* <entry role="property_name"><link linkend="GESTileSource--text">text</link></entry>
* <entry>The text to be rendered</entry>
* </row>
*
* <row>
* <entry role="property_type"><link linkend="GESTextVAlign"><type>GESTextVAlign</type></link>
* </entry><entry role="property_name"><link linkend="GESTileSource--valignment">valignment</link>
* </entry><entry>Vertical alignent of the text</entry>
* </row>
*
* <row>
* <entry role="property_type"><link linkend="gdouble"><type>gdouble</type></link></entry>
* <entry role="property_name"><link linkend="GESTileSource--xpos">xpos</link></entry>
* <entry>The horizontal position of the text</entry>
* </row>
*
* <row><entry role="property_type"><link linkend="gdouble"><type>gdouble</type></link></entry>
* <entry role="property_name"><link linkend="GESTileSource--ypos">ypos</link></entry>
* <entry>The vertical position of the text</entry>
* </row>
*
* <row><entry role="property_type"><link linkend="gboolean"><type>gboolean</type></link></entry>
* <entry role="property_name"><link linkend="GESTileSource--shaded-background">shaded-background</link></entry>
* <entry>Whether to shade the background under the text area</entry>
* </row>
*
* <row><entry role="property_type"><link linkend="guint"><type>guint</type></link></entry>
* <entry role="property_name"><link linkend="GESTileSource--outline-color">outline-color</link></entry>
* <entry>Color to use for outline the text (big-endian ARGB).</entry>
* </row>
*
* </tbody>
* </tgroup>
* </informaltable>

View file

@ -32,43 +32,36 @@
* <colspec colname="properties_name" colwidth="200px"/>
* <colspec colname="properties_flags" colwidth="400px"/>
* <tbody>
*
* <row>
* <entry role="property_type"><link linkend="gdouble"><type>double</type></link></entry>
* <entry role="property_name"><link linkend="GESVideoSource--alpha">alpha</link></entry>
* <entry>The desired alpha for the stream.</entry>
* </row>
*
* <row>
* <entry role="property_type"><link linkend="gint"><type>gint</type></link></entry>
* <entry role="property_name"><link linkend="GESVideoSource--posx">posx</link></entry>
* <entry>The desired x position for the stream.</entry>
* </row>
*
* <row>
* <entry role="property_type"><link linkend="gint"><type>gint</type></link></entry>
* <entry role="property_name"><link linkend="GESVideoSource--posy">posy</link></entry>
* <entry>The desired y position for the stream</entry>
* </row>
*
* <row>
* <entry role="property_type"><link linkend="guint"><type>guint</type></link></entry>
* <entry role="property_name"><link linkend="GESVideoSource--zorder">zorder</link></entry>
* <entry>The desired z order for the stream</entry>
* </row>
*
* <row>
* <entry role="property_type"><link linkend="gint"><type>gint</type></link></entry>
* <entry role="property_name"><link linkend="GESVideoSource--width">width</link></entry>
* <entry>The desired width for that source. Set to 0 if size is not mandatory, will be set to width of the current track.</entry>
* </row>
*
* <row>
* <entry role="property_type"><link linkend="gint"><type>gint</type></link></entry>
* <entry role="property_name"><link linkend="GESVideoSource--height">height</link></entry>
* <entry>The desired height for that source. Set to 0 if size is not mandatory, will be set to height of the current track.</entry>
* </row>
*
* </tbody>
* </tgroup>
* </informaltable>