summaryrefslogtreecommitdiffstats
path: root/gst/debug/testplugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debug/testplugin.c')
-rw-r--r--gst/debug/testplugin.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/debug/testplugin.c b/gst/debug/testplugin.c
index edd82be9..8fbf66ea 100644
--- a/gst/debug/testplugin.c
+++ b/gst/debug/testplugin.c
@@ -84,9 +84,10 @@ static const GstElementDetails details = GST_ELEMENT_DETAILS ("Test plugin",
"perform a number of tests",
"Benjamin Otte <otte@gnome>");
-GST_BOILERPLATE (GstTest, gst_test, GstBaseSink, GST_TYPE_BASE_SINK)
+GST_BOILERPLATE (GstTest, gst_test, GstBaseSink, GST_TYPE_BASE_SINK);
- static void gst_test_base_init (gpointer g_class)
+static void
+gst_test_base_init (gpointer g_class)
{
GstElementClass *gstelement_class = GST_ELEMENT_CLASS (g_class);