GNOME Bugzilla – Bug 742885
decodebin: disable pad link checks as it has already been done
Last modified: 2015-01-14 13:44:06 UTC
Any reason not to disable those checks as decodebin has already selected element and pads based on caps and we have already added the element to the bin?
Created attachment 294477 [details] [review] decodebin: disable pad link checks as it has already been done Decodebin has already added the element to the bin and should only select caps compatible pads. It should disable the pad link checks to avoid doing those again.
commit a5ed7afb4cea42bd001e388f7fe9fe15ef9b6c59 Author: Thiago Santos <thiagoss@osg.samsung.com> Date: Tue Jan 13 19:25:52 2015 -0300 decodebin: disable pad link checks as it has already been done Decodebin has already added the element to the bin and should only select caps compatible pads. It should disable the pad link checks to avoid doing those again. https://bugzilla.gnome.org/show_bug.cgi?id=742885