Schnittstelle PadLinkCheck


public interface PadLinkCheck
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Check if the pads are compatible by comparing the
    caps returned by gst_pad_query_caps().
    static final int
    The default checks done when linking
    pads (i.e. the ones used by gst_pad_link()).
    static final int
    Check the pads have same parents/grandparents.
    static final int
    Disables pushing a reconfigure event when pads are
    linked.
    static final int
    Don't check hierarchy or caps compatibility.
    static final int
    Check if the pads are compatible by using
    their template caps.
  • Felddetails

    • NOTHING

      static final int NOTHING
      Don't check hierarchy or caps compatibility.
      Siehe auch:
    • HIERARCHY

      static final int HIERARCHY
      Check the pads have same parents/grandparents.
      Could be omitted if it is already known that the two elements that own the
      pads are in the same bin.
      Siehe auch:
    • TEMPLATE_CAPS

      static final int TEMPLATE_CAPS
      Check if the pads are compatible by using
      their template caps. This is much faster than @GST_PAD_LINK_CHECK_CAPS, but
      would be unsafe e.g. if one pad has %GST_CAPS_ANY.
      Siehe auch:
    • CAPS

      static final int CAPS
      Check if the pads are compatible by comparing the
      caps returned by gst_pad_query_caps().
      Siehe auch:
    • NO_RECONFIGURE

      static final int NO_RECONFIGURE
      Disables pushing a reconfigure event when pads are
      linked.
      Siehe auch:
    • DEFAULT

      static final int DEFAULT
      The default checks done when linking
      pads (i.e. the ones used by gst_pad_link()).
      Siehe auch: