[Bug 708636] Collectpads should set *all* its pads to flushing when set_flushing is called, not only the ones in the public list.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 23 13:43:34 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=708636
  GStreamer | gstreamer (core) | git

Olivier Crete (Tester) <olivier.crete> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivier.crete at ocrete.ca

--- Comment #4 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2013-09-23 20:43:32 UTC ---
The if (GST_IS_PAD (cdata->pad)) in gst_collect_pads_set_flushing_unlocked()
also sounds very fishy? When can the cdata->pad not be a pad? Probably that
check should be removed or replaced with g_assert(GST_IS_PAD(cdata->pad)))

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