summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/owl-video-widget/owl-video/owl-video-widget.png
Commit message (Collapse)AuthorAgeFilesLines
* owl-video: removeRoss Burton2015-02-271-0/+0
| | | | | | | | | | The testapps packagegroup was the only user of owl-video, and now that has been replaced by gst-player this can be deleted. (From OE-Core rev: 8b6080cd2a9b5ce029b62958aa68b6684be9682c) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Use gdk_threads_enter/gdk_threads_leave to ensure gtk multithread safeDongxiao Xu2010-10-151-0/+0
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>