[Bug 709637] New: oggmux: Make sure we end up sending EOS if we received EOS on all sinkpads
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Oct 8 14:44:22 CEST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=709637
GStreamer | gst-plugins-base | unspecified
Summary: oggmux: Make sure we end up sending EOS if we received
EOS on all sinkpads
Classification: Platform
Product: GStreamer
Version: unspecified
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: thibault.saunier at collabora.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
In the case we receive EOS on all our pads, we finnished to mux all
buffers for one pad but still have some collected on another, we end
up with collectpad set to all EOS, so it will not call ->collected
anymore as it is EOS, and we will not push our EOS ourself as we know
there is still some data in.
In that case we should make sure our collected function is called
recursively until everything is actually EOS.
--
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