From: Mathieu Duponchelle Date: Mon, 26 Feb 2018 19:27:57 +0000 (+0100) Subject: rtspclientsink: add missing get_type prototype X-Git-Tag: 1.16.2~149 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a41d0fb5c2e805afa8bbed651e9ea7e41ef32450;p=platform%2Fupstream%2Fgst-rtsp-server.git rtspclientsink: add missing get_type prototype --- diff --git a/gst/rtsp-sink/gstrtspclientsink.c b/gst/rtsp-sink/gstrtspclientsink.c index 9a96445..0ef2a5b 100644 --- a/gst/rtsp-sink/gstrtspclientsink.c +++ b/gst/rtsp-sink/gstrtspclientsink.c @@ -117,6 +117,7 @@ enum PROP_PAD_PAYLOADER }; +static GType gst_rtsp_client_sink_pad_get_type (void); G_DEFINE_TYPE (GstRtspClientSinkPad, gst_rtsp_client_sink_pad, GST_TYPE_GHOST_PAD); #define GST_TYPE_RTSP_CLIENT_SINK_PAD (gst_rtsp_client_sink_pad_get_type ())