aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-08-10Use gdk_threads_enter/gdk_threads_leave to ensure gtk multithread safeHEADmasterDongxiao Xu
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.
2012-08-10build: fix whitespaceRoss Burton
2008-06-30depend on libowl-avJorn Baayen
2008-06-19video app split out into separate moduleJorn Baayen