[Bug 735509] oggdemux: should accumulate segment.base

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 29 06:11:04 PDT 2014


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

--- Comment #7 from Guillaume Desmottes <gdesmott at gnome.org> 2014-08-29 13:10:59 UTC ---
(In reply to comment #5)
> Where does it get the base=len from? That sounds like something already does
> the right thing somewhere in oggdemux

In pull mode this is done by gst_segment_do_seek() which is called in
gst_ogg_demux_perform_seek_pull().

gst_segment_do_seek() wasn't called in push mode because of a bug in my WIP
patch which I now fixed.

So yeah, I think we can just stop overriding segment.base and rely on
ogg->segment.base as it already contain the right value.

-- 
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