summaryrefslogtreecommitdiff
path: root/gst-libs/gst/basecamerabinsrc
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2019-05-29 22:58:08 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2019-05-29 22:58:08 +0200
commitda6afdec9cc7e3e06fd4415c1233f48ed70587b0 (patch)
tree247124564adf3473ab444089be24d956433d2344 /gst-libs/gst/basecamerabinsrc
parent43eaf5ac4a08b27f08c9be476e15aa6c64848a4b (diff)
downloadgstreamer-plugins-bad-da6afdec9cc7e3e06fd4415c1233f48ed70587b0.tar.gz
doc: remove xml from comments
Diffstat (limited to 'gst-libs/gst/basecamerabinsrc')
-rw-r--r--gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c b/gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c
index ed3e74c6b..889355e69 100644
--- a/gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c
+++ b/gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c
@@ -29,13 +29,8 @@
*
* The design mandates that the subclasses implement the following features and
* behaviour:
- * <itemizedlist>
- * <listitem><para>
- * 3 pads: viewfinder, image capture, video capture
- * </para></listitem>
- * <listitem><para>
- * </para></listitem>
- * </itemizedlist>
+ *
+ * * 3 pads: viewfinder, image capture, video capture
*
* During construct_pipeline() vmethod a subclass can add several elements into
* the bin and expose 3 srcs pads as ghostpads implementing the 3 pad templates.