summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/owl-video-widget/libowl-av
Commit message (Collapse)AuthorAgeFilesLines
* libowl-av: fix for Make 3.82Joshua Lock2010-12-161-0/+11
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libowl-av: Fix music player crash if adding unknown type filesDongxiao Xu2010-10-131-0/+40
Using bus message to call function flush_head/feed_head in main thread to protect private data operation. A better fix may be to listen to bus message "CODEC_NOT_FOUND" and "MISSING_PLUGIN" directly to avoid hooking into "unknown-type" signal. We will revisit it in next period. This fixes [BUGID #296] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>