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 742885 - decodebin: disable pad link checks as it has already been done
decodebin: disable pad link checks as it has already been done
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-01-13 22:33 UTC by Thiago Sousa Santos
Modified: 2015-01-14 13:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
decodebin: disable pad link checks as it has already been done (1.53 KB, patch)
2015-01-13 22:33 UTC, Thiago Sousa Santos
committed Details | Review

Description Thiago Sousa Santos 2015-01-13 22:33:50 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?
Comment 1 Thiago Sousa Santos 2015-01-13 22:33:52 UTC
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.
Comment 2 Thiago Sousa Santos 2015-01-14 13:43:51 UTC
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