Skip to content
  • Víctor Manuel Jáquez Leal's avatar
    glsinkbin: validate property in internal sink · b408ac78
    Víctor Manuel Jáquez Leal authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
    It might be the case that glgsinkbin would try to set a property to
    its internal sink which doesn't exist in it, leading to a glib's
    warning. For example, when playsink sets 'force-aspect-ratio' property
    and glsinkbin has, as internal sink, appsink, which doesn't handle
    that property.
    
    The patch validates the incoming property to forward to internal sink
    if it exists in the internal sink and both properties has the same
    type.
    b408ac78