[cogl/wip/cogl-gst-1.x: 35/41] cogl-gst: pedantic style fixes in cogl-gst-video-sink.h
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/cogl-gst-1.x: 35/41] cogl-gst: pedantic style fixes in cogl-gst-video-sink.h
- Date: Tue, 23 Apr 2013 13:37:54 +0000 (UTC)
commit 84a1a4c576952273245ee11b9daf096192428d80
Author: Robert Bragg <robert linux intel com>
Date: Tue Mar 19 18:54:39 2013 +0000
cogl-gst: pedantic style fixes in cogl-gst-video-sink.h
There were a few hugging pointer asterisks and inconsistent newlines for
a prototype which this patch tweaks.
Reviewed-by: Neil Roberts <neil linux intel com>
cogl-gst/cogl-gst-video-sink.h | 9 +++++----
1 files 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]