]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/blobdiff - testsuite/plugin/testplugin2_s.c
gst-indent run on core
[glsdk/gstreamer0-10.git] / testsuite / plugin / testplugin2_s.c
index 154c2768ee953d1b2213c1ed399fbc4c9e06bc30..00c47d8f8d6cd9ce74cb6ba4e9670002bce51add 100644 (file)
@@ -6,21 +6,13 @@
 #include <gst/gst.h>
 
 static gboolean
-plugin_init (GstPlugin *plugin)
+plugin_init (GstPlugin * plugin)
 {
   return TRUE;
 }
 
-GST_PLUGIN_DEFINE_STATIC (
-  GST_VERSION_MAJOR,
-  GST_VERSION_MINOR,
-  "testplugin2",
-  "another testplugin for testing",
-  plugin_init,
-  VERSION,
-  GST_LICENSE,
-  GST_COPYRIGHT,
-  GST_PACKAGE,
-  GST_ORIGIN
-);
-
+GST_PLUGIN_DEFINE_STATIC (GST_VERSION_MAJOR,
+    GST_VERSION_MINOR,
+    "testplugin2",
+    "another testplugin for testing",
+    plugin_init, VERSION, GST_LICENSE, GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN);