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/owl-video/owl-video-widget.desktop | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta/recipes-sato/owl-video-widget/owl-video/owl-video-widget.desktop (limited to 'meta/recipes-sato/owl-video-widget/owl-video/owl-video-widget.desktop') diff --git a/meta/recipes-sato/owl-video-widget/owl-video/owl-video-widget.desktop b/meta/recipes-sato/owl-video-widget/owl-video/owl-video-widget.desktop new file mode 100644 index 0000000000..e7af07ee64 --- /dev/null +++ b/meta/recipes-sato/owl-video-widget/owl-video/owl-video-widget.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Video +Exec=video +Icon=video-player +Terminal=false +Type=Application +Categories=AudioVideo;Video;Player; +X-MB-SingleInstance=true +StartupNotify=true +Comment=Video Player -- cgit v1.2.3-54-g00ecf