mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
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> (cherry picked from commit 488c074316b270b17d1000c68f26210108b1b0ca)
This commit is contained in:
parent
595a06e415
commit
adcaf27106
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user