[grilo/0.1.x] core: pass the media to _expand_operation_keys() in grl_media_source_metadata().



commit 297179f2144b6f0675eed9335fd52baef0b27e23
Author: Guillaume Emont <guijemont igalia com>
Date:   Tue Jul 19 20:48:20 2011 +0200

    core: pass the media to _expand_operation_keys() in grl_media_source_metadata().
    
    As suggested by fabien.

 src/grl-media-source.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/grl-media-source.c b/src/grl-media-source.c
index 3d4c2d0..459e29c 100644
--- a/src/grl-media-source.c
+++ b/src/grl-media-source.c
@@ -1989,7 +1989,7 @@ grl_media_source_metadata (GrlMediaSource *source,
     GRL_DEBUG ("requested full metadata");
     _keys =
         grl_metadata_source_expand_operation_keys (GRL_METADATA_SOURCE (source),
-                                                   NULL, _keys);
+                                                   media, _keys);
 
       c = g_new0 (struct MetadataFullResolutionCtlCb, 1);
       c->user_callback = callback;



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