[0.11] gst-plugins-bad: mms: fix warnings related to the format on the debug lines.
Wim Taymans
wtay at kemper.freedesktop.org
Tue Sep 6 07:14:33 PDT 2011
Module: gst-plugins-bad
Branch: 0.11
Commit: d663259d4ba75820d1e85a35b9aea9dda823d73b
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=d663259d4ba75820d1e85a35b9aea9dda823d73b
Author: Josep Torra <n770galaxy at gmail.com>
Date: Wed Aug 31 23:06:53 2011 +0200
mms: fix warnings related to the format on the debug lines.
---
ext/libmms/gstmms.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ext/libmms/gstmms.c b/ext/libmms/gstmms.c
index 23a5226..cf7a091 100644
--- a/ext/libmms/gstmms.c
+++ b/ext/libmms/gstmms.c
@@ -273,7 +273,7 @@ gst_mms_prepare_seek_segment (GstBaseSrc * src, GstEvent * event,
static gboolean
gst_mms_do_seek (GstBaseSrc * src, GstSegment * segment)
{
- mms_off_t start;
+ gint64 start;
GstMMS *mmssrc = GST_MMS (src);
if (segment->format == GST_FORMAT_TIME) {
More information about the gstreamer-commits
mailing list