[totem] backend: Show the logo first
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] backend: Show the logo first
- Date: Wed, 18 Apr 2012 16:08:48 +0000 (UTC)
commit efc1377ce399e3ff863107437f64cea275fddc8b
Author: Bastien Nocera <hadess hadess net>
Date: Tue Apr 17 19:28:45 2012 +0100
backend: Show the logo first
src/backend/bacon-video-widget-gst-0.10.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/backend/bacon-video-widget-gst-0.10.c b/src/backend/bacon-video-widget-gst-0.10.c
index d2226bb..cef1413 100644
--- a/src/backend/bacon-video-widget-gst-0.10.c
+++ b/src/backend/bacon-video-widget-gst-0.10.c
@@ -5966,8 +5966,8 @@ bacon_video_widget_initable_init (GInitable *initable,
clutter_actor_add_constraint_with_name (bvw->priv->frame, "size", constraint);
clutter_actor_set_child_above_sibling (CLUTTER_ACTOR (bvw->priv->stage),
- CLUTTER_ACTOR (bvw->priv->frame),
- CLUTTER_ACTOR (bvw->priv->logo_frame));
+ CLUTTER_ACTOR (bvw->priv->logo_frame),
+ CLUTTER_ACTOR (bvw->priv->frame));
/* Add video balance */
balance = gst_element_factory_make ("videobalance", "video_balance");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]