[totem] grilo: Fix compile-time warning
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] grilo: Fix compile-time warning
- Date: Sat, 7 Apr 2012 13:47:14 +0000 (UTC)
commit 5edea833442719c47e397ab7caaaff4994b9571f
Author: Bastien Nocera <hadess hadess net>
Date: Sat Apr 7 14:45:25 2012 +0100
grilo: Fix compile-time warning
src/plugins/grilo/totem-grilo.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/grilo/totem-grilo.c b/src/plugins/grilo/totem-grilo.c
index e04d262..7d64398 100644
--- a/src/plugins/grilo/totem-grilo.c
+++ b/src/plugins/grilo/totem-grilo.c
@@ -564,7 +564,7 @@ play (TotemGriloPlugin *self,
const GList *slow_keys;
GList *url_keys;
slow_keys = grl_metadata_source_slow_keys (GRL_METADATA_SOURCE (source));
- if (g_list_find ((GList *) slow_keys, GRL_METADATA_KEY_URL) != NULL) {
+ if (g_list_find ((GList *) slow_keys, GINT_TO_POINTER (GRL_METADATA_KEY_URL)) != NULL) {
url_keys = grl_metadata_key_list_new (GRL_METADATA_KEY_URL, NULL);
grl_media_source_metadata (source, media, url_keys, 0, resolve_url_cb, self);
g_list_free (url_keys);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]