mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 07:09:56 +00:00
mms: Use correct enum type
This commit is contained in:
parent
a5495fb475
commit
635a7f1c5d
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ gst_mms_do_seek (GstBaseSrc * src, GstSegment * segment)
|
|||
}
|
||||
gst_segment_init (segment, GST_FORMAT_BYTES);
|
||||
gst_segment_do_seek (segment, segment->rate, GST_FORMAT_BYTES,
|
||||
segment->flags, GST_SEEK_TYPE_SET, start, GST_SEEK_TYPE_NONE,
|
||||
GST_SEEK_FLAG_NONE, GST_SEEK_TYPE_SET, start, GST_SEEK_TYPE_NONE,
|
||||
segment->stop, NULL);
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue