message: fix up enum value for GST_MESSAGE_DEVICE_CHANGED
authorTim-Philipp Müller <tim@centricular.com>
Mon, 5 Aug 2019 23:05:22 +0000 (00:05 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 9 Aug 2019 08:10:04 +0000 (09:10 +0100)
commitdc7b9cec1e04dc2af9bf5613c417393a11095b14
treed9777a7dc4ddd97a1a7e370bf87da69856c808b2
parent815acd88ee9947a1f5ceb3255dd17eed1179dabc
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
gst/gstmessage.h