[clutter-gst] Enable navigation in standalone plugin
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst] Enable navigation in standalone plugin
- Date: Mon, 20 Aug 2012 17:17:16 +0000 (UTC)
commit a960166f738798acd668acf5ebd331b4838cb14a
Author: Nicolas Dufresne <nicolas dufresne collabora com>
Date: Mon Jul 16 14:44:38 2012 -0400
Enable navigation in standalone plugin
clutter-gst/clutter-gst-video-sink.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-video-sink.c b/clutter-gst/clutter-gst-video-sink.c
index 4dd0541..6e7590b 100644
--- a/clutter-gst/clutter-gst-video-sink.c
+++ b/clutter-gst/clutter-gst-video-sink.c
@@ -528,7 +528,8 @@ clutter_gst_source_dispatch (GSource *source,
"disable-slicing", TRUE,
NULL);
- priv->texture = CLUTTER_TEXTURE (actor);
+ clutter_gst_video_sink_set_texture (gst_source->sink,
+ CLUTTER_TEXTURE (actor));
clutter_stage_set_user_resizable (CLUTTER_STAGE (stage), TRUE);
clutter_container_add_actor (CLUTTER_CONTAINER (stage), actor);
clutter_stage_set_no_clear_hint (CLUTTER_STAGE (stage), TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]