Skip to content
  • Sjoerd Simons's avatar
    Handle subclassing of gst-player implementations · 652ab502
    Sjoerd Simons authored and Lionel Landwerlin's avatar Lionel Landwerlin committed
    When subclassing a GstPlayer implementation (e.g. GstVideoTexture), the
    property mixing information isn't simply on the instance class, it's on
    a parent class. So traverse the class hierachy to find the information
    instead of simply looking at the current object class.
    652ab502