mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 04:11:26 +00:00
mms: fix warnings related to the format on the debug lines.
This commit is contained in:
parent
2ed3d1b309
commit
d663259d4b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue