summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2sink.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-09-10 10:26:23 +0300
committerStefan Kost <ensonic@users.sf.net>2009-09-10 10:26:23 +0300
commit0a68003efe44b05e03adaa263da3bb97649d8d60 (patch)
tree024601a98776f4c9554c6f91fc0857635ac2edd2 /sys/v4l2/gstv4l2sink.c
parent3dc2c2472c0b70a05b09c2248e9c332fdb08b98d (diff)
docs: fix gtk-doc warnings
Diffstat (limited to 'sys/v4l2/gstv4l2sink.c')
-rw-r--r--sys/v4l2/gstv4l2sink.c8
1 files changed, 4 insertions, 4 deletions
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)
{