[Bug 707088] capsfilter: Don't forget to update pending_events.
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Aug 29 14:49:22 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=707088
GStreamer | gstreamer (core) | unspecified
--- Comment #2 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2013-08-29 21:49:17 UTC ---
Review of attachment 253558:
--> (https://bugzilla.gnome.org/review?bug=707088&attachment=253558)
::: plugins/elements/gstcapsfilter.c
@@ +371,3 @@
if (GST_EVENT_TYPE (l->data) == GST_EVENT_SEGMENT) {
gst_event_unref (l->data);
l = g_list_delete_link (l, l);
Shouldn't this be
filter->pending_events = g_list_delete_link (filter->pending_events, l);
break;
As there will be only a single segment event in the list I expect ?
--
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