summaryrefslogtreecommitdiff
path: root/sys/dvb/gstdvbsrc.c
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2016-10-23 21:37:46 -0700
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2016-10-23 21:46:27 -0700
commit3551d61af5519151641d5a309293edb0f398f219 (patch)
tree3efa0349d4e1428b0141e2d3bdd92a2d63682f43 /sys/dvb/gstdvbsrc.c
parent67d0eefb8154f34c19a65bab6730819e0d6486c5 (diff)
downloadgstreamer-plugins-bad-3551d61af5519151641d5a309293edb0f398f219.tar.gz
dvb: fix gtk-doc syntax for wrongly formatted comments
Diffstat (limited to 'sys/dvb/gstdvbsrc.c')
-rw-r--r--sys/dvb/gstdvbsrc.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/dvb/gstdvbsrc.c b/sys/dvb/gstdvbsrc.c
index 872c38544..be2d76d8c 100644
--- a/sys/dvb/gstdvbsrc.c
+++ b/sys/dvb/gstdvbsrc.c
@@ -130,6 +130,8 @@ GST_DEBUG_CATEGORY_STATIC (gstdvbsrc_debug);
#define GST_CAT_DEFAULT (gstdvbsrc_debug)
/**
+ * NUM_DTV_PROPS:
+ *
* Can't be greater than DTV_IOCTL_MAX_MSGS but we are
* not using more than 25 for the largest use case (ISDB-T).
*
@@ -564,6 +566,8 @@ static gboolean gst_dvbsrc_is_valid_trans_mode (guint delsys, guint mode);
static gboolean gst_dvbsrc_is_valid_bandwidth (guint delsys, guint bw);
/**
+ * LOOP_WHILE_EINTR:
+ *
* This loop should be safe enough considering:
*
* 1.- EINTR suggest the next ioctl might succeed
@@ -2489,11 +2493,9 @@ gst_dvbsrc_set_fe_params (GstDvbSrc * object, struct dtv_properties *props)
/* first 3 entries are reserved */
n = 3;
- /**
- * We are not dropping out but issuing a warning in case of wrong
+ /* We are not dropping out but issuing a warning in case of wrong
* parameter combinations as failover behavior should be mandated
- * by the driver. Worst case scenario it will just fail at tuning.
- */
+ * by the driver. Worst case scenario it will just fail at tuning. */
switch (object->delsys) {
case SYS_DVBS: