diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-01 21:10:55 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-01 21:10:55 -0500 |
commit | 0ecfaa944652fa9b7a632e6135741c4b9f473a20 (patch) | |
tree | f47e4c4ce33600ca125928280edeb01ac31d8af3 /xine_artsplugin | |
parent | 68cff160cbf2fb0b4865f2b74bb49b8fa1a2a657 (diff) | |
download | tdemultimedia-0ecfaa944652fa9b7a632e6135741c4b9f473a20.tar.gz tdemultimedia-0ecfaa944652fa9b7a632e6135741c4b9f473a20.zip |
Add flv video mimetype to supported lists for xine engine and kaboodle
This relates to Bug 1908
Diffstat (limited to 'xine_artsplugin')
-rw-r--r-- | xine_artsplugin/xineVideoPlayObject.mcopclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ewald@rambo.its.tudelft.nl> 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 |