After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754229 - compositor: Fix obscured check to iterate over all pads
compositor: Fix obscured check to iterate over all pads
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-28 10:27 UTC by Sebastian Dröge (slomo)
Modified: 2015-08-28 10:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
compositor: Fix obscured check to iterate over all pads (1.56 KB, patch)
2015-08-28 10:27 UTC, Sebastian Dröge (slomo)
rejected Details | Review

Description Sebastian Dröge (slomo) 2015-08-28 10:27:46 UTC
See commit message
Comment 1 Sebastian Dröge (slomo) 2015-08-28 10:27:50 UTC
Created attachment 310169 [details] [review]
compositor: Fix obscured check to iterate over all pads

The pads are not ordered by their zorder so we have to check all pads, not all
pads that follow after the current pad
Comment 2 Sebastian Dröge (slomo) 2015-08-28 10:50:20 UTC
<thiblahute> slomo, sinkpads are order by zorder http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst-libs/gst/video/gstvideoaggregator.c#n119