]> code.ossystems Code Review - openembedded-core.git/commit
Use gdk_threads_enter/gdk_threads_leave to ensure gtk multithread safe
authorDongxiao Xu <dongxiao.xu@intel.com>
Fri, 15 Oct 2010 08:45:21 +0000 (16:45 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 15 Oct 2010 10:30:49 +0000 (11:30 +0100)
commit13a702e9e572a2dc9f6b52a1531a2237d4d98ff1
treebc29e988d666341a1efd8823fa1a2c406985ba81
parent485839d873287176a3c816c90ea2b5514268d7d5
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 <dongxiao.xu@intel.com>
meta/recipes-sato/owl-video-widget/owl-video/gtk_multithread_safe.patch [new file with mode: 0644]
meta/recipes-sato/owl-video-widget/owl-video/owl-video-widget.desktop [moved from meta/recipes-sato/owl-video-widget/files/owl-video-widget.desktop with 100% similarity]
meta/recipes-sato/owl-video-widget/owl-video/owl-video-widget.png [moved from meta/recipes-sato/owl-video-widget/files/owl-video-widget.png with 100% similarity]
meta/recipes-sato/owl-video-widget/owl-video/stock_media-play.png [moved from meta/recipes-sato/owl-video-widget/files/stock_media-play.png with 100% similarity]
meta/recipes-sato/owl-video-widget/owl-video/stock_volume-0.png [moved from meta/recipes-sato/owl-video-widget/files/stock_volume-0.png with 100% similarity]
meta/recipes-sato/owl-video-widget/owl-video/stock_volume-max.png [moved from meta/recipes-sato/owl-video-widget/files/stock_volume-max.png with 100% similarity]
meta/recipes-sato/owl-video-widget/owl-video/stock_volume-med.png [moved from meta/recipes-sato/owl-video-widget/files/stock_volume-med.png with 100% similarity]
meta/recipes-sato/owl-video-widget/owl-video/stock_volume-min.png [moved from meta/recipes-sato/owl-video-widget/files/stock_volume-min.png with 100% similarity]
meta/recipes-sato/owl-video-widget/owl-video_svn.bb