server/gstdecode.c: Dissect the message more portably.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 10 Jul 2018 10:25:29 +0000 (11:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 10 Jul 2018 10:25:29 +0000 (11:25 +0100)
We can use `gst_message_get_structure' in both versions, so do that
rather than ifdeffery.  Use the `GST_MESSAGE_TYPE' macro to get the
type, for future compatibility.


No differences found