Skip to content

Commit

Permalink
Add wma to gstreamer decoder file extensions. ref: #483
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Oct 8, 2017
1 parent 71fd37f commit 6e0c79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decoder/gstreamer_decoder.ml
Expand Up @@ -206,7 +206,7 @@ let mime_types =
let file_extensions =
Dtools.Conf.list ~p:(Decoder.conf_file_extensions#plug "gstreamer")
"File extensions used for guessing format handled by GStreamer"
~d:["wmv";"avi";"mp4";"3gp";"webm";"mkv"]
~d:["wma";"wmv";"avi";"mp4";"3gp";"webm";"mkv"]

let create_file_decoder filename content_type kind =
let mode =
Expand Down

0 comments on commit 6e0c79d

Please sign in to comment.