[Bug 706779] oggmux: support flushing seeks

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 17 18:05:16 PDT 2013


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

--- Comment #13 from Mathieu Duponchelle <mathieu.duponchelle at epitech.eu> 2013-09-18 01:05:06 UTC ---
Created an attachment (id=255151)
 View: https://bugzilla.gnome.org/attachment.cgi?id=255151
 Review: https://bugzilla.gnome.org/review?bug=706779&attachment=255151

Fixes an issue which prevents the not racy scenario to actually not be racy.

Current implementation uses the public list, which sometimes doesn't contain
newly-added pad. It's fairly trivial to highlight this with our test suite.
This uses the private list which contains *all* the pads.

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