diff options
Diffstat (limited to 'gst/udp')
-rw-r--r-- | gst/udp/gstudpsink.c | 2 | ||||
-rw-r--r-- | gst/udp/gstudpsrc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/udp/gstudpsink.c b/gst/udp/gstudpsink.c index 382e9195..f647e60c 100644 --- a/gst/udp/gstudpsink.c +++ b/gst/udp/gstudpsink.c @@ -200,7 +200,7 @@ gst_udpsink_get_property (GObject * object, guint prop_id, GValue * value, /*** GSTURIHANDLER INTERFACE *************************************************/ -static guint +static GstURIType gst_udpsink_uri_get_type (void) { return GST_URI_SINK; diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index 73a0151c..23e2721e 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -838,7 +838,7 @@ gst_udpsrc_stop (GstBaseSrc * bsrc) /*** GSTURIHANDLER INTERFACE *************************************************/ -static guint +static GstURIType gst_udpsrc_uri_get_type (void) { return GST_URI_SRC; |