From 243889a88c2e37e8143b6d696b6e1082aa5c6f32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 18 Apr 2015 12:31:02 +0100 Subject: [PATCH] event: fix header formatting --- gst/gstevent.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gst/gstevent.h b/gst/gstevent.h index 67d70d7799..56fd8c6aa9 100644 --- a/gst/gstevent.h +++ b/gst/gstevent.h @@ -534,11 +534,10 @@ GstEvent* gst_event_new_toc (GstToc *toc, gboolean updated); void gst_event_parse_toc (GstEvent *event, GstToc **toc, gboolean *updated); /* Protection event */ - GstEvent *gst_event_new_protection (const gchar * system_id, - GstBuffer * data, const gchar * origin); +GstEvent * gst_event_new_protection (const gchar * system_id, GstBuffer * data, const gchar * origin); - void gst_event_parse_protection (GstEvent * event, - const gchar ** system_id, GstBuffer ** data, const gchar ** origin); +void gst_event_parse_protection (GstEvent * event, const gchar ** system_id, + GstBuffer ** data, const gchar ** origin); /* buffer */ GstEvent * gst_event_new_buffer_size (GstFormat format, gint64 minsize, gint64 maxsize,