From: Benjamin Otte Date: Wed, 17 Mar 2010 17:49:11 +0000 (+0100) Subject: Fix warnings in experimental plugins, too X-Git-Tag: 1.19.3~509^2~8949 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18bc896605ec0c88ad0645aa413657fdde3ecf48;p=platform%2Fupstream%2Fgstreamer.git Fix warnings in experimental plugins, too --- diff --git a/gst/monoscope/gstmonoscope.h b/gst/monoscope/gstmonoscope.h index 3f382d2..249757b 100644 --- a/gst/monoscope/gstmonoscope.h +++ b/gst/monoscope/gstmonoscope.h @@ -74,6 +74,8 @@ struct _GstMonoscopeClass GstElementClass parent_class; }; +GType gst_monoscope_get_type (void); + G_END_DECLS #endif /* __GST_MONOSCOPE__ */