diff options
author | Luis de Bethencourt <luis.debethencourt@collabora.como> | 2011-05-20 17:17:27 +0200 |
---|---|---|
committer | Luis de Bethencourt <luis.debethencourt@collabora.como> | 2011-05-20 17:17:27 +0200 |
commit | dce0bfabf34cb3f6e6a9f365f203e5d24e23c803 (patch) | |
tree | 111520a6eb39cf86e55198f91085968c891a73bc | |
parent | eabadeb4d4650039471bb06fe3c8011a7cbfb886 (diff) |
dlna: more mimetypes
-rw-r--r-- | src/dlna.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -372,7 +372,7 @@ handle_get_property (GDBusConnection * connection, "application/ogg", "audio/x-vorbis+ogg", "audio/x-flac", "audio/mpeg", "video/mpeg", "video/quicktime", "video/x-ms-asf", "video/x-msvideo", "video/ogg", "audio/ogg", "application/annodex", "video/annodex", - "video/x-matroska", "audio/x-matroska", + "video/x-matroska", "audio/x-matroska", "video/x-theora+ogg", NULL }; return g_variant_new_strv (fake_supported_mimetypes, -1); @@ -472,7 +472,7 @@ get_root_property (GDBusConnection * connection, "video/mpeg", "video/quicktime", "video/x-ms-asf", "video/x-msvideo", "video/ogg", "audio/ogg", "application/annodex", "video/annodex", "application/ogg", "audio/x-vorbis+ogg", "audio/x-flac", "audio/mpeg", - "video/x-matroska", "audio/x-matroska", + "video/x-matroska", "audio/x-matroska", "video/x-theora+ogg", NULL }; return g_variant_new_strv (fake_supported_mimetypes, -1); |