Skip to content

message: fix up enum value for GST_MESSAGE_DEVICE_CHANGED

This was added in 1.16 and accidentally duplicated the value of the existing GST_MESSAGE_REDIRECT.

As the only known user of this message is GStreamer core itself, and it is quite an obscure message, it seems best to just fix up the enum value even if that technically breaks API.

Fixes #418 (closed)

Merge request reports