[chronojump] Show the internal window on expose
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Show the internal window on expose
- Date: Tue, 1 Feb 2011 01:12:15 +0000 (UTC)
commit 9f35937b533e0c7507e0c276066bda19fa551956
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Feb 1 00:19:16 2011 +0100
Show the internal window on expose
libcesarplayer/src/gst-camera-capturer.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libcesarplayer/src/gst-camera-capturer.c b/libcesarplayer/src/gst-camera-capturer.c
index 9502cdb..d0f787e 100644
--- a/libcesarplayer/src/gst-camera-capturer.c
+++ b/libcesarplayer/src/gst-camera-capturer.c
@@ -650,6 +650,7 @@ gst_camera_capturer_expose_event (GtkWidget * widget, GdkEventExpose * event)
g_mutex_unlock (gcc->priv->lock);
if (xoverlay != NULL && GST_IS_X_OVERLAY (xoverlay)) {
+ gdk_window_show (gcc->priv->video_window);
#ifdef WIN32
gst_x_overlay_set_xwindow_id (gcc->priv->xoverlay,
GDK_WINDOW_HWND (gcc->priv->video_window));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]