rtspclientsink: add missing get_type prototype
authorMathieu Duponchelle <mathieu@centricular.com>
Mon, 26 Feb 2018 19:27:57 +0000 (20:27 +0100)
committerMathieu Duponchelle <mathieu@centricular.com>
Mon, 26 Feb 2018 19:27:57 +0000 (20:27 +0100)
gst/rtsp-sink/gstrtspclientsink.c

index 9a96445..0ef2a5b 100644 (file)
@@ -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 ())