diff --git a/gst/rtp/gstrtpsink.c b/gst/rtp/gstrtpsink.c index 23b6df9599..956ca53b98 100644 --- a/gst/rtp/gstrtpsink.c +++ b/gst/rtp/gstrtpsink.c @@ -534,7 +534,7 @@ gst_rtp_sink_init (GstRtpSink * self) g_mutex_init (&self->lock); } -static guint +static GstURIType gst_rtp_sink_uri_get_type (GType type) { return GST_URI_SINK; diff --git a/gst/rtp/gstrtpsrc.c b/gst/rtp/gstrtpsrc.c index bf958603bd..844146d694 100644 --- a/gst/rtp/gstrtpsrc.c +++ b/gst/rtp/gstrtpsrc.c @@ -684,7 +684,7 @@ gst_rtp_src_init (GstRtpSrc * self) g_mutex_init (&self->lock); } -static guint +static GstURIType gst_rtp_src_uri_get_type (GType type) { return GST_URI_SRC;