[Bug 751235] utils: get_compatible_pad does not fully respect filter caps
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jun 22 13:22:32 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=751235
Thiago Sousa Santos <thiagossantos at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.5.2
--- Comment #5 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Thanks for the reviews. Pushed.
commit c1a9a3424de4e6892db0fa5ff031b93502610dca
Author: Thiago Santos <thiagoss at osg.samsung.com>
Date: Mon Jun 22 14:30:49 2015 -0300
tests: gstutils: add tests for gst_element_get_compatible_pad
Adds tests for gst_element_get_compatible_pad for when it has to
request pads.
Note that these tests don't cover the case when it has to request
a pad that already exists.
https://bugzilla.gnome.org/show_bug.cgi?id=751235
commit 1418e9e85c2a98715132764ce2c34b9e1bf179cf
Author: Thiago Santos <thiagoss at osg.samsung.com>
Date: Fri Jun 19 15:46:56 2015 -0300
utils: use caps when getting a compatible pad by template
Do not ignore the caps argument when requesting a pad by template.
This is particularly harmful when the pad caps query by default
returns ANY so it will match the first template instead of the
one that actually intersects with the caps.
https://bugzilla.gnome.org/show_bug.cgi?id=751235
--
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