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)
committerSebastian Dröge <slomo@coaxion.net>
Tue, 6 Aug 2019 08:02:09 +0000 (08:02 +0000)
commit8841c3a22f610d5224a321d4244e7345b2604c89
tree4fea53b7676aa076de375d15d0d739208eb35dc7
parent3fd657086fd5142900ae805a0a8327c84b06d484
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