mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
titlesource: Expose the outline-color property
https://bugzilla.gnome.org/show_bug.cgi?id=728634
This commit is contained in:
parent
b14b5d92ca
commit
fcfdbef0b2
1 changed files with 6 additions and 1 deletions
|
@ -82,6 +82,11 @@
|
|||
* <entry>The vertical position of the text</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>
|
||||
|
@ -235,7 +240,7 @@ ges_title_source_create_source (GESTrackElement * object)
|
|||
GESTitleSourcePrivate *priv = self->priv;
|
||||
const gchar *bg_props[] = { "pattern", "foreground-color", NULL };
|
||||
const gchar *text_props[] = { "text", "font-desc", "valignment", "halignment",
|
||||
"color", "xpos", "ypos", NULL
|
||||
"color", "xpos", "ypos", "outline-color", NULL
|
||||
};
|
||||
|
||||
topbin = gst_bin_new ("titlesrc-bin");
|
||||
|
|
Loading…
Reference in a new issue