From 0a68003efe44b05e03adaa263da3bb97649d8d60 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 10 Sep 2009 10:26:23 +0300 Subject: docs: fix gtk-doc warnings --- sys/v4l2/gstv4l2sink.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/v4l2/gstv4l2sink.c') diff --git a/sys/v4l2/gstv4l2sink.c b/sys/v4l2/gstv4l2sink.c index fd792cd7..d2d5cb34 100644 --- a/sys/v4l2/gstv4l2sink.c +++ b/sys/v4l2/gstv4l2sink.c @@ -309,7 +309,7 @@ gst_v4l2sink_finalize (GstV4l2Sink * v4l2sink) } -/** +/* * State values */ enum @@ -319,7 +319,7 @@ enum STATE_STREAMING }; -/** +/* * flags to indicate which overlay properties the user has set (and therefore * which ones should override the defaults from the driver) */ @@ -598,7 +598,7 @@ gst_v4l2sink_set_caps (GstBaseSink * bsink, GstCaps * caps) return TRUE; } -/** buffer alloc function to implement pad_alloc for upstream element */ +/* buffer alloc function to implement pad_alloc for upstream element */ static GstFlowReturn gst_v4l2sink_buffer_alloc (GstBaseSink * bsink, guint64 offset, guint size, GstCaps * caps, GstBuffer ** buf) @@ -651,7 +651,7 @@ gst_v4l2sink_buffer_alloc (GstBaseSink * bsink, guint64 offset, guint size, } } -/** called after A/V sync to render frame */ +/* called after A/V sync to render frame */ static GstFlowReturn gst_v4l2sink_show_frame (GstBaseSink * bsink, GstBuffer * buf) { -- cgit