[Xfce4-commits] <parole:0.5> Add realmedia video to supported video mimetypes (bug #10434)
Sean Davis
noreply at xfce.org
Wed Oct 30 05:00:01 CET 2013
Updating branch refs/heads/0.5
to 252a2c50057c20b6299a7c11e20a1a6514f1a48f (commit)
from 74815a4b1e1cce4a81b0d29ec9c7e8eac4682b6e (commit)
commit 252a2c50057c20b6299a7c11e20a1a6514f1a48f
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Tue Oct 29 23:45:50 2013 -0400
Add realmedia video to supported video mimetypes (bug #10434)
data/mime/mime-functions.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/mime/mime-functions.sh b/data/mime/mime-functions.sh
index 370f35b..118040b 100644
--- a/data/mime/mime-functions.sh
+++ b/data/mime/mime-functions.sh
@@ -9,6 +9,6 @@ get_audio_mimetypes ()
get_video_mimetypes ()
{
MIMETYPES=`grep -v '^#' $1 | grep -v x-content/ | grep -v audio | grep -v "application/x-flac" | grep -v "text/google-video-pointer" | grep -v "application/x-quicktime-media-link" | grep -v "application/smil" | grep -v "application/smil+xml" | grep -v "application/x-smil" | grep -v "application/xspf+xml" | grep -v x-scheme-handler/`
- MIMETYPES="$MIMETYPES audio/x-pn-realaudio"
+ MIMETYPES="$MIMETYPES audio/x-pn-realaudio application/vnd.rn-realmedia"
}
More information about the Xfce4-commits
mailing list