[Bug 696899] oggdemux: non flushing segment seek makes buffers late

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Mar 30 04:44:10 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=696899
  GStreamer | gst-plugins-base | unspecified

--- Comment #1 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2013-03-30 11:44:05 UTC ---
Created an attachment (id=240164)
 View: https://bugzilla.gnome.org/attachment.cgi?id=240164
 Review: https://bugzilla.gnome.org/review?bug=696899&attachment=240164

[PATCH] segment: Fix seeking when position is slightly outside the segment


Very often, when the end of a segment is detected by demuxer, the position
is slightly outside the segment boundaries. Currently, if that is the case
the base will be set to NONE instead of normal accumulation. This would
break non-flushing seeks in oggdemux and most likely other demuxers.
---
 gst/gstsegment.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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