Skip to content

typo(?) in gstelement.h

The GST_ELEMENT_REGISTER_DEFINE_CUSTOM convenience macro seems to have a typo, it ORs the result of every call instead of ANDing it (if I understand correctly, plugin function must return true only if all calls return true).

Edited by Alba Mendez

Merge request reports