public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/parole/files: parole-0.2.0.2-64bit.patch
@ 2010-03-26 11:52 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-03-26 11:52 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/26 11:52:42

  Added:                parole-0.2.0.2-64bit.patch
  Log:
  Fix building with -Werror wrt #302835 by Jesús Guerrero.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-video/parole/files/parole-0.2.0.2-64bit.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/parole/files/parole-0.2.0.2-64bit.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/parole/files/parole-0.2.0.2-64bit.patch?rev=1.1&content-type=text/plain

Index: parole-0.2.0.2-64bit.patch
===================================================================
diff --git a/gst/parole-gst.c b/gst/parole-gst.c
index 2a51a35..6676675 100644
--- a/gst/parole-gst.c
+++ b/gst/parole-gst.c
@@ -655,7 +655,7 @@ parole_gst_query_duration (ParoleGst *gst)
 	duration =  absolute_duration / GST_SECOND;
 	live = ( absolute_duration == 0 );
 	
-	TRACE ("Duration %lld is_live=%d", duration, live);
+	TRACE ("Duration %" G_GINT64_FORMAT "is_live=%d", duration, live);
 	
 	g_object_set (G_OBJECT (gst->priv->stream),
 		      "absolute-duration", absolute_duration,
@@ -2169,7 +2169,7 @@ gint parole_gst_get_current_cdda_track (ParoleGst *gst)
     
     if ( gst_element_query_position (gst->priv->playbin, &format, &pos) )
     {
-	TRACE ("Pos %lld", pos);
+	TRACE ("Pos %" G_GINT64_FORMAT, pos);
 	ret_val = (gint) pos;
     }
 	






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-26 11:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-26 11:52 [gentoo-commits] gentoo-x86 commit in media-video/parole/files: parole-0.2.0.2-64bit.patch Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox