mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 21:31:27 +00:00
parent
9232523643
commit
c2181846c7
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ gst_event_new_discontinuous (gboolean new_media, GstFormat format1, ...)
|
|||
|
||||
va_start (var_args, format1);
|
||||
|
||||
while (format1) {
|
||||
while (format1 != GST_FORMAT_UNDEFINED && count < 8) {
|
||||
|
||||
GST_EVENT_DISCONT_OFFSET (event, count).format = format1 & GST_SEEK_FORMAT_MASK;
|
||||
GST_EVENT_DISCONT_OFFSET (event, count).value = va_arg (var_args, gint64);
|
||||
|
|
Loading…
Reference in a new issue