[grilo-plugins] youtube: make the plugin compile with gdata 0.8.0



commit 0672996af6e581c3c4f5f459a7f94fc61c59e785
Author: Damien Lespiau <damien lespiau intel com>
Date:   Fri Jan 7 11:36:56 2011 +0000

    youtube: make the plugin compile with gdata 0.8.0
    
    A small typo/renaming issue was preventing the youtube plugin to compile
    against libgdata 0.8.0.

 src/youtube/grl-youtube.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/youtube/grl-youtube.c b/src/youtube/grl-youtube.c
index 386930c..047f167 100644
--- a/src/youtube/grl-youtube.c
+++ b/src/youtube/grl-youtube.c
@@ -1613,7 +1613,7 @@ grl_youtube_get_media_from_uri (GrlMediaSource *source,
 					  NULL,
 					  media_from_uri_cb,
 					  mfus);
-  g_free (entryid);
+  g_free (entry_id);
 #else
   gdata_youtube_service_query_single_video_async (GDATA_YOUTUBE_SERVICE (service),
 						  NULL,



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