From 13a702e9e572a2dc9f6b52a1531a2237d4d98ff1 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Fri, 15 Oct 2010 16:45:21 +0800 Subject: Use gdk_threads_enter/gdk_threads_leave to ensure gtk multithread safe If the video player tries to play an unknown type file, it will enter the error_cb() function, which is called in another thread. Use gdk_threads_enter/gdk_threads_leave to ensure the safe of gtk multi-thread operation. This fixes [BUGID #474] Signed-off-by: Dongxiao Xu --- .../owl-video-widget/files/stock_volume-max.png | Bin 689 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 meta/recipes-sato/owl-video-widget/files/stock_volume-max.png (limited to 'meta/recipes-sato/owl-video-widget/files/stock_volume-max.png') diff --git a/meta/recipes-sato/owl-video-widget/files/stock_volume-max.png b/meta/recipes-sato/owl-video-widget/files/stock_volume-max.png deleted file mode 100644 index 03f5a03b45..0000000000 Binary files a/meta/recipes-sato/owl-video-widget/files/stock_volume-max.png and /dev/null differ -- cgit v1.2.3-54-g00ecf