From 0ecfaa944652fa9b7a632e6135741c4b9f473a20 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 1 Oct 2014 21:10:55 -0500 Subject: Add flv video mimetype to supported lists for xine engine and kaboodle This relates to Bug 1908 --- xine_artsplugin/xineVideoPlayObject.mcopclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xine_artsplugin/xineVideoPlayObject.mcopclass') diff --git a/xine_artsplugin/xineVideoPlayObject.mcopclass b/xine_artsplugin/xineVideoPlayObject.mcopclass index 5863fcf1..eee1d12d 100644 --- a/xine_artsplugin/xineVideoPlayObject.mcopclass +++ b/xine_artsplugin/xineVideoPlayObject.mcopclass @@ -1,7 +1,7 @@ Interface=xinePlayObject,Arts::PlayObject,Arts::VideoPlayObject,Arts::SynthModule Author=Ewald Snel Extension=vob,mpg,mpeg,m1v,m2v,m4v,m1s,m2s,m2p,avi,asf,asx,wmv,qt,mov,moov,mp4,rv,ram,rm,smi,ogm -MimeType=video/x-mpg,video/x-dat,video/x-mpeg,video/mpeg,video/x-msvideo,video/x-ms-asf,video/x-ms-wmv,video/quicktime,video/x-theora,video/mp4,video/x-ogm,application/vnd.ms-asf,application/vnd.rn-realmedia,video/vnd.rn-realvideo,application/ogg +MimeType=video/x-mpg,video/x-dat,video/x-mpeg,video/mpeg,video/x-msvideo,video/x-ms-asf,video/x-ms-wmv,video/quicktime,video/x-theora,video/mp4,video/x-ogm,application/vnd.ms-asf,application/vnd.rn-realmedia,video/vnd.rn-realvideo,application/ogg,video/x-flv Language=C++ Library=libarts_xine.la Preference=4 -- cgit v1.2.1