summaryrefslogtreecommitdiffstats
path: root/ext/xine/xine.c
diff options
context:
space:
mode:
authorMaciej Katafiasz <mathrick@mathrick.org>2006-05-06 00:15:59 +0000
committerMaciej Katafiasz <mathrick@mathrick.org>2006-05-06 00:15:59 +0000
commit9c90508cc1920d85d2b67b4f6ea46eff1ca088f2 (patch)
tree8a73a0dd14597b8b9ca755827e3634814766fb3d /ext/xine/xine.c
parentab273cf9865eb03aec33024126c63aa59894e756 (diff)
downloadgst-plugins-bad-9c90508cc1920d85d2b67b4f6ea46eff1ca088f2.tar.gz
gst-plugins-bad-9c90508cc1920d85d2b67b4f6ea46eff1ca088f2.tar.bz2
gst-plugins-bad-9c90508cc1920d85d2b67b4f6ea46eff1ca088f2.zip
Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up following lines.
Original commit message from CVS: Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up following lines.
Diffstat (limited to 'ext/xine/xine.c')
-rw-r--r--ext/xine/xine.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/ext/xine/xine.c b/ext/xine/xine.c
index e1380b90..3a1691f5 100644
--- a/ext/xine/xine.c
+++ b/ext/xine/xine.c
@@ -23,16 +23,17 @@
#include "gstxine.h"
-GST_BOILERPLATE (GstXine, gst_xine, GstElement, GST_TYPE_ELEMENT)
+GST_BOILERPLATE (GstXine, gst_xine, GstElement, GST_TYPE_ELEMENT);
- static GstStateChangeReturn gst_xine_change_state (GstElement * element,
+static GstStateChangeReturn gst_xine_change_state (GstElement * element,
GstStateChange transition);
- static xine_ao_driver_t *_xine_create_audio_driver (GstXine * xine);
- static xine_vo_driver_t *_xine_create_video_driver (GstXine * xine);
+static xine_ao_driver_t *_xine_create_audio_driver (GstXine * xine);
+static xine_vo_driver_t *_xine_create_video_driver (GstXine * xine);
- static void gst_xine_base_init (gpointer klass)
+static void
+gst_xine_base_init (gpointer klass)
{
}