summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/owl-video-widget/owl-video
Commit message (Collapse)AuthorAgeFilesLines
* owl-video-widget: fix Makefile for super strict make 3.82Joshua Lock2010-12-161-0/+15
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Use gdk_threads_enter/gdk_threads_leave to ensure gtk multithread safeDongxiao Xu2010-10-158-0/+48
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>