summaryrefslogtreecommitdiffstats
path: root/ext/xine/xineinput.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xine/xineinput.c')
-rw-r--r--ext/xine/xineinput.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/ext/xine/xineinput.c b/ext/xine/xineinput.c
index fb4813ac..b5b7f0e0 100644
--- a/ext/xine/xineinput.c
+++ b/ext/xine/xineinput.c
@@ -67,18 +67,18 @@ enum
ARG_LOCATION
};
-GST_BOILERPLATE (GstXineInput, gst_xine_input, GstXine, GST_TYPE_XINE)
+GST_BOILERPLATE (GstXineInput, gst_xine_input, GstXine, GST_TYPE_XINE);
- static void gst_xine_input_dispose (GObject * object);
- static void gst_xine_input_set_property (GObject * object, guint prop_id,
+static void gst_xine_input_dispose (GObject * object);
+static void gst_xine_input_set_property (GObject * object, guint prop_id,
const GValue * value, GParamSpec * pspec);
- static void gst_xine_input_get_property (GObject * object, guint prop_id,
+static void gst_xine_input_get_property (GObject * object, guint prop_id,
GValue * value, GParamSpec * pspec);
- static GstStateChangeReturn
- gst_xine_input_change_state (GstElement * element,
- GstStateChange transition);
+static GstStateChangeReturn
+gst_xine_input_change_state (GstElement * element, GstStateChange transition);
- static void gst_xine_input_base_init (gpointer g_class)
+static void
+gst_xine_input_base_init (gpointer g_class)
{
}