[longomatch] Remove the shaded background
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Remove the shaded background
- Date: Fri, 14 Dec 2012 20:17:56 +0000 (UTC)
commit 2b0bcca315c629861be16348cae633d5119ea004
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Dec 6 19:59:27 2012 +0100
Remove the shaded background
libcesarplayer/gst-video-editor.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libcesarplayer/gst-video-editor.c b/libcesarplayer/gst-video-editor.c
index fa83b06..d1f92e1 100644
--- a/libcesarplayer/gst-video-editor.c
+++ b/libcesarplayer/gst-video-editor.c
@@ -554,8 +554,7 @@ gve_create_video_encode_bin (GstVideoEditor * gve)
g_object_set (G_OBJECT (gve->priv->identity), "single-segment", TRUE, NULL);
g_object_set (G_OBJECT (gve->priv->textoverlay), "font-desc",
- "sans bold 20", "shaded-background", TRUE, "valignment", 2,
- "halignment", 2, NULL);
+ "sans bold 20", "valignment", 2, "halignment", 2, NULL);
g_object_set (G_OBJECT (gve->priv->videoscale), "add-borders", TRUE, NULL);
g_object_set (G_OBJECT (gve->priv->video_encoder), "bitrate",
gve->priv->video_bitrate, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]