[Cogl] [PATCH 03/15] cogl-gst: pedantic style fixes in cogl-gst-video-sink.h

Lionel Landwerlin llandwerlin at gmail.com
Sat Jun 22 01:58:47 PDT 2013


From: Robert Bragg <robert at linux.intel.com>

There were a few hugging pointer asterisks and inconsistent newlines for
a prototype which this patch tweaks.

Reviewed-by: Neil Roberts <neil at linux.intel.com>

(cherry picked from commit 488c074316b270b17d1000c68f26210108b1b0ca)
---
 cogl-gst/cogl-gst-video-sink.h | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/cogl-gst/cogl-gst-video-sink.h b/cogl-gst/cogl-gst-video-sink.h
index 9ad4837..7ca054b 100644
--- a/cogl-gst/cogl-gst-video-sink.h
+++ b/cogl-gst/cogl-gst-video-sink.h
@@ -94,19 +94,20 @@ struct _CoglGstVideoSinkClass
   void *_padding_dummy[8];
 };
 
-GType       cogl_gst_video_sink_get_type    (void) G_GNUC_CONST;
+GType
+cogl_gst_video_sink_get_type (void) G_GNUC_CONST;
 
-CoglGstVideoSink*
+CoglGstVideoSink *
 cogl_gst_video_sink_new (CoglContext *ctx);
 
-CoglPipeline*
+CoglPipeline *
 cogl_gst_video_sink_get_pipeline (CoglGstVideoSink *vt);
 
 void
 cogl_gst_video_sink_set_context (CoglGstVideoSink *vt,
                                  CoglContext *ctx);
 
-GMainLoop*
+GMainLoop *
 cogl_gst_video_sink_get_main_loop (CoglGstVideoSink *loop);
 
 int
-- 
1.8.3.1



More information about the Cogl mailing list