Skip to content

[3.0] demux/mkv: use a better name for unused elements

Steve Lhomme requested to merge robUx4/vlc:30_mkv_elt_name into 3.0.x

Unless it's an EbmlDummy the element is not unknown if it has a known class.

Rather than displaying a decorated C++ class name, show the actual element name in libmatroska. No need for Runtime Type Indentification (RTTI) for that.

The EBML_NAME() has been around since at least libebml 0.8: https://github.com/Matroska-Org/libebml/commit/cd378f23ff5c8bd477fe066fccca532bf00f974b

(cherry picked from commit dba5d596) (edited)

edited:

  • in 3.0 the tag loading is different

Merge request reports