After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 653948 - Doesn't support libgdata 0.9.0
Doesn't support libgdata 0.9.0
Status: RESOLVED DUPLICATE of bug 653975
Product: grilo
Classification: Other
Component: plugins
git master
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2011-07-04 13:16 UTC by Bastien Nocera
Modified: 2011-07-05 10:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2011-07-04 13:16:53 UTC
From http://koji.fedoraproject.org/koji/getfile?taskID=3178635&name=build.log

grl-youtube.c: In function 'grl_youtube_source_new':
grl-youtube.c:309:3: warning: passing argument 2 of 'gdata_youtube_service_new' from incompatible pointer type [enabled by default]
/usr/include/libgdata/gdata/services/youtube/gdata-youtube-service.h:110:22: note: expected 'struct GDataAuthorizer *' but argument is of type 'const gchar *'
grl-youtube.c: In function 'grl_youtube_source_metadata':
grl-youtube.c:1457:47: warning: passing argument 2 of 'gdata_service_query_single_entry_async' from incompatible pointer type [enabled by default]
/usr/include/libgdata/gdata/gdata-service.h:178:6: note: expected 'struct GDataAuthorizationDomain *' but argument is of type 'gchar *'
grl-youtube.c:1457:47: warning: passing argument 4 of 'gdata_service_query_single_entry_async' makes pointer from integer without a cast [enabled by default]
/usr/include/libgdata/gdata/gdata-service.h:178:6: note: expected 'struct GDataQuery *' but argument is of type 'GType'
grl-youtube.c:1457:47: warning: passing argument 5 of 'gdata_service_query_single_entry_async' makes integer from pointer without a cast [enabled by default]
/usr/include/libgdata/gdata/gdata-service.h:178:6: note: expected 'GType' but argument is of type 'struct GCancellable *'
grl-youtube.c:1457:47: warning: passing argument 6 of 'gdata_service_query_single_entry_async' from incompatible pointer type [enabled by default]
/usr/include/libgdata/gdata/gdata-service.h:178:6: note: expected 'struct GCancellable *' but argument is of type 'void (*)(struct GObject *, struct GAsyncResult *, void *)'
grl-youtube.c:1457:47: warning: passing argument 7 of 'gdata_service_query_single_entry_async' from incompatible pointer type [enabled by default]
/usr/include/libgdata/gdata/gdata-service.h:178:6: note: expected 'GAsyncReadyCallback' but argument is of type 'struct GrlMediaSourceMetadataSpec *'
grl-youtube.c:1457:47: error: too few arguments to function 'gdata_service_query_single_entry_async'
/usr/include/libgdata/gdata/gdata-service.h:178:6: note: declared here
grl-youtube.c: In function 'grl_youtube_get_media_from_uri':
grl-youtube.c:1526:8: warning: passing argument 2 of 'gdata_service_query_single_entry_async' from incompatible pointer type [enabled by default]
/usr/include/libgdata/gdata/gdata-service.h:178:6: note: expected 'struct GDataAuthorizationDomain *' but argument is of type 'gchar *'
grl-youtube.c:1526:8: warning: passing argument 4 of 'gdata_service_query_single_entry_async' makes pointer from integer without a cast [enabled by default]
/usr/include/libgdata/gdata/gdata-service.h:178:6: note: expected 'struct GDataQuery *' but argument is of type 'GType'
grl-youtube.c:1526:8: warning: passing argument 5 of 'gdata_service_query_single_entry_async' makes integer from pointer without a cast [enabled by default]
/usr/include/libgdata/gdata/gdata-service.h:178:6: note: expected 'GType' but argument is of type 'struct GCancellable *'
grl-youtube.c:1526:8: warning: passing argument 6 of 'gdata_service_query_single_entry_async' from incompatible pointer type [enabled by default]
/usr/include/libgdata/gdata/gdata-service.h:178:6: note: expected 'struct GCancellable *' but argument is of type 'void (*)(struct GObject *, struct GAsyncResult *, void *)'
grl-youtube.c:1526:8: warning: passing argument 7 of 'gdata_service_query_single_entry_async' from incompatible pointer type [enabled by default]
/usr/include/libgdata/gdata/gdata-service.h:178:6: note: expected 'GAsyncReadyCallback' but argument is of type 'struct GrlMediaSourceMediaFromUriSpec *'
grl-youtube.c:1526:8: error: too few arguments to function 'gdata_service_query_single_entry_async'
/usr/include/libgdata/gdata/gdata-service.h:178:6: note: declared here
make[4]: *** [libgrlyoutube_la-grl-youtube.lo] Error 1
make[4]: Leaving directory `/builddir/build/BUILD/grilo-plugins-0.1.16/src/media/youtube'
Comment 1 Bastien Nocera 2011-07-04 23:51:48 UTC
Or libgdata 0.9.1.
Comment 2 Bastien Nocera 2011-07-05 10:42:26 UTC

*** This bug has been marked as a duplicate of bug 653975 ***