GNOME Bugzilla – Bug 607228
Video file extensions
Last modified: 2011-06-18 15:16:56 UTC
The use of video extensions should be more uniform, case insensitive and reusable (consider using MIME types).
M2t files aren't being listed.
Created attachment 174149 [details] [review] Patch for 607228 Add a patch for this. Just add the mime type video/* according gstreamer manual in http://www.gstreamer.net/data/doc/gstreamer/head/pwg/html/section-types-definitions.html#table-video-types.
Review of attachment 174149 [details] [review]: OK
Status note: the patch that uses mime types in the video open dialog has been committed. It's only missing the same functionality in the File Open dialog (video file list combobox) for the bug to be completely fixed.
The remaining part of this bug has been fixed by specifying a hopefully complete set of video file extensions for the video list in the Subtitle File Open dialog.
*** Bug 638757 has been marked as a duplicate of this bug. ***
Created attachment 189180 [details] [review] Patch for 607228 Unfortunately, common extension "rmvb" appears in the group "applications" and not "video". Until the advent alias "video/vnd.rn-realmedia-vbr" in mime type database, you must apply a patch. There is also no EVO extension, but I can not check if GStreamer play these files.
Pawel, thanks for noticing this. I've commited support for the rmvb mime type. Can you test it? Also, can you confirm which mime type is used for EVO files, and whether Totem plays them or not? (Totem is the default video player in Gnome, and it uses GStreamer). Thank you.
As mentioned by email, support for "application/vnd.rn-realmedia" has been added as this seems to be the actual mime type detected for rmvb files.