[Bug 707088] capsfilter: Don't forget to update pending_events.
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Aug 30 11:47:16 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=707088
GStreamer | gstreamer (core) | unspecified
Olivier Crete (Tester) <olivier.crete> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #253643|none |accepted-commit_now
status| |
--- Comment #6 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2013-08-30 18:47:11 UTC ---
Review of attachment 253643:
--> (https://bugzilla.gnome.org/review?bug=707088&attachment=253643)
::: plugins/elements/gstcapsfilter.c
@@ +369,1 @@
for (l = filter->pending_events; l;) {
This could even be this, otherwise looks good.
for (l = filter->pending_events; l; l = l->next) {
if (...) {...}
}
--
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