summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2013-03-19 18:54:39 +0000
committerRobert Bragg <robert@linux.intel.com>2013-03-21 16:29:46 +0000
commit488c074316b270b17d1000c68f26210108b1b0ca (patch)
tree6f84c806d1e23e4cbd351c6c284b14d3f60a0beb
parent2a24cb9f2a283af87bb685b3e9c7e3af1ffeab6e (diff)
downloadcogl-488c074316b270b17d1000c68f26210108b1b0ca.tar.gz
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>
-rw-r--r--cogl-gst/cogl-gst-video-sink.h9
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 9ad4837e..7ca054b8 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