[Bug 746822] test-mp4: Reports different duration after each seeks

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 9 17:59:38 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=746822

--- Comment #3 from Hyunjun <zzoon.ko at samsung.com> ---
Comment on attachment 301244
  --> https://bugzilla.gnome.org/attachment.cgi?id=301244
qtdemux: Update segment.start after key-unit seek

>From a45462b941aea35fa9c909267255e26cb675a957 Mon Sep 17 00:00:00 2001
>From: Hyunjun <zzoon.ko at samsung.com>
>Date: Fri, 10 Apr 2015 09:17:26 +0900
>Subject: [PATCH] qtdemux: Update segment.start after key-unit seek
>
>https://bugzilla.gnome.org/show_bug.cgi?id=746822
>
>---
> gst/isomp4/qtdemux.c | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c
>index 2279097..518f174 100644
>--- a/gst/isomp4/qtdemux.c
>+++ b/gst/isomp4/qtdemux.c
>@@ -1432,6 +1432,7 @@ gst_qtdemux_perform_seek (GstQTDemux * qtdemux, GstSegment * segment,
>   }
>   segment->position = desired_offset;
>   segment->time = desired_offset;
>+  segment->start = desired_offset;
> 
>   /* we stop at the end */
>   if (segment->stop == -1)
>-- 
>2.1.0
>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list