[totem] grilo: Make sure we only show videos



commit d44648fba27dad9a6a7eb7d62277b8da6f48d556
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jul 4 17:42:11 2013 +0200

    grilo: Make sure we only show videos
    
    This breaks with some older UPnP servers, but otherwise we'll only
    get a couple of videos as the model would be filtered on the client
    side.

 src/plugins/grilo/totem-grilo.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/plugins/grilo/totem-grilo.c b/src/plugins/grilo/totem-grilo.c
index 9692b9b..82bfbd1 100644
--- a/src/plugins/grilo/totem-grilo.c
+++ b/src/plugins/grilo/totem-grilo.c
@@ -567,11 +567,8 @@ browse (TotemGriloPlugin *self,
        grl_operation_options_set_flags (default_options, BROWSE_FLAGS);
        grl_operation_options_set_skip (default_options, (page - 1) * PAGE_SIZE);
        grl_operation_options_set_count (default_options, PAGE_SIZE);
-       //FIXME https://bugzilla.gnome.org/show_bug.cgi?id=699477
-#if 0
        if (grl_caps_get_type_filter (caps) & GRL_TYPE_FILTER_VIDEO)
                grl_operation_options_set_type_filter (default_options, GRL_TYPE_FILTER_VIDEO);
-#endif
 
        bud = g_slice_new (BrowseUserData);
        bud->totem_grilo = g_object_ref (self);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]