rtp: Fix incompatible type build warning
authorSeungha Yang <seungha.yang@navercorp.com>
Wed, 26 Jun 2019 10:53:51 +0000 (19:53 +0900)
committerSeungha Yang <seungha.yang@navercorp.com>
Wed, 26 Jun 2019 10:56:09 +0000 (19:56 +0900)
commitbe25c988fd1c5069ca0b0f278ca5226e4ee17cd3
tree8e68e26d678619896af0ea4709cc04bb70dfc27a
parentd289608a999d96fd987d971daf3fc28d9168762b
rtp: Fix incompatible type build warning

Use GstURIType instead of guint

../subprojects/gst-plugins-bad/gst/rtp/gstrtpsink.c(575):
    warning C4133: '=': incompatible types ...

../subprojects/gst-plugins-bad/gst/rtp/gstrtpsrc.c(725):
    warning C4133: '=': incompatible types ...
gst/rtp/gstrtpsink.c
gst/rtp/gstrtpsrc.c