[Bug 699792] Oggmux ends up choosing an eos pad as the best pad.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 7 16:21:31 PDT 2013


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

--- Comment #5 from Mathieu Duponchelle <mathieu.duponchelle at epitech.eu> 2013-05-07 23:21:30 UTC ---
In fact, best can never be NULL with this patch, as a pad can only be set to
eos = TRUE in the process_best_pad function, which comes right after that
check, and if all_pads_eos() then _collected will return GST_FLOW_EOS, which
means as far as I understand that _collected won't get called again ?

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