Skip to content
  • Tim-Philipp Müller's avatar
    miniobject: avoid duplicate type check when freeing miniobject · 0dbb0f20
    Tim-Philipp Müller authored
    gst_mini_object_unref() has guards that check the type already, so
    we don't really need to re-check it here again while getting the
    class (there's not really much point to that anyway, since we don't
    check the return value of the get_class, so we'd crash anyway if
    we're not dealing with a mini object, the only question would
    be if there'd be a warning before the crash or not).
    0dbb0f20