[Bug 698050] tsdemux: seeking doesn't even work in pull mode
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Apr 16 01:53:33 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=698050
GStreamer | gst-plugins-bad | git
--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-04-16 08:53:31 UTC ---
What happens is that when we do a flushing seek:
- gst_ts_demux_flush() will re-init
demux->segment to UNDEFINED
- then gst_ts_demux_do_seek() will
use the newly-unset demux->segment
as basis for the post-seek segment.
-> fail (GStreamer-CRITICAL **: gst_segment_do_seek: assertion
`segment->format == format' failed)
--
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