summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/bayer/gstbayer2rgb.c2
-rw-r--r--gst/deinterlace/gstdeinterlace.c1
-rw-r--r--gst/rawparse/gstaudioparse.c1
-rw-r--r--gst/rawparse/gstvideoparse.c1
-rw-r--r--gst/rtpmanager/gstrtpbin.c1
-rw-r--r--gst/rtpmanager/gstrtpclient.c1
-rw-r--r--gst/rtpmanager/gstrtpjitterbuffer.c2
-rw-r--r--gst/rtpmanager/gstrtpptdemux.c1
-rw-r--r--gst/rtpmanager/gstrtpsession.c1
-rw-r--r--gst/rtpmanager/gstrtpssrcdemux.c1
-rw-r--r--gst/selector/gstinputselector.c1
-rw-r--r--gst/selector/gstoutputselector.c1
-rw-r--r--gst/videosignal/gstvideoanalyse.c1
-rw-r--r--gst/videosignal/gstvideodetect.c1
-rw-r--r--gst/videosignal/gstvideomark.c1
15 files changed, 1 insertions, 16 deletions
diff --git a/gst/bayer/gstbayer2rgb.c b/gst/bayer/gstbayer2rgb.c
index ffc0a91c8..cbaa799c9 100644
--- a/gst/bayer/gstbayer2rgb.c
+++ b/gst/bayer/gstbayer2rgb.c
@@ -21,7 +21,7 @@
* Logic enhanced by William Brack <wbrack@mmm.com.hk>
*/
-/*
+/**
* SECTION:element-bayer2rgb
*
* Decodes raw camera bayer (fourcc BA81) to RGB.
diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c
index cd0b8533d..73159b647 100644
--- a/gst/deinterlace/gstdeinterlace.c
+++ b/gst/deinterlace/gstdeinterlace.c
@@ -30,7 +30,6 @@
/**
* SECTION:element-deinterlace
- * @short_description: Adaptively deinterlace video
*
* <refsect2>
* <para>
diff --git a/gst/rawparse/gstaudioparse.c b/gst/rawparse/gstaudioparse.c
index b8fcd82d1..def9803e0 100644
--- a/gst/rawparse/gstaudioparse.c
+++ b/gst/rawparse/gstaudioparse.c
@@ -20,7 +20,6 @@
*/
/**
* SECTION:element-audioparse
- * @short_description: parses a byte stream into audio frames
*
* Converts a byte stream into audio frames.
*/
diff --git a/gst/rawparse/gstvideoparse.c b/gst/rawparse/gstvideoparse.c
index 8f090f72f..9d84e8a39 100644
--- a/gst/rawparse/gstvideoparse.c
+++ b/gst/rawparse/gstvideoparse.c
@@ -21,7 +21,6 @@
*/
/**
* SECTION:element-videoparse
- * @short_description: parses a byte stream into video frames
*
* Converts a byte stream into video frames.
*/
diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c
index c95f42efa..0906a8dee 100644
--- a/gst/rtpmanager/gstrtpbin.c
+++ b/gst/rtpmanager/gstrtpbin.c
@@ -19,7 +19,6 @@
/**
* SECTION:element-gstrtpbin
- * @short_description: handle media from one RTP bin
* @see_also: gstrtpjitterbuffer, gstrtpsession, gstrtpptdemux, gstrtpssrcdemux
*
* <refsect2>
diff --git a/gst/rtpmanager/gstrtpclient.c b/gst/rtpmanager/gstrtpclient.c
index d3e2c6732..faa493d15 100644
--- a/gst/rtpmanager/gstrtpclient.c
+++ b/gst/rtpmanager/gstrtpclient.c
@@ -19,7 +19,6 @@
/**
* SECTION:element-gstrtpclient
- * @short_description: handle media from one RTP client
* @see_also: gstrtpjitterbuffer, gstrtpbin, gstrtpsession
*
* <refsect2>
diff --git a/gst/rtpmanager/gstrtpjitterbuffer.c b/gst/rtpmanager/gstrtpjitterbuffer.c
index 17dd4a909..8f876680e 100644
--- a/gst/rtpmanager/gstrtpjitterbuffer.c
+++ b/gst/rtpmanager/gstrtpjitterbuffer.c
@@ -25,8 +25,6 @@
/**
* SECTION:element-gstrtpjitterbuffer
- * @short_description: buffer, reorder and remove duplicate RTP packets to
- * compensate for network oddities.
*
* <refsect2>
* <para>
diff --git a/gst/rtpmanager/gstrtpptdemux.c b/gst/rtpmanager/gstrtpptdemux.c
index b6df85265..a3014b2ba 100644
--- a/gst/rtpmanager/gstrtpptdemux.c
+++ b/gst/rtpmanager/gstrtpptdemux.c
@@ -25,7 +25,6 @@
/**
* SECTION:element-gstrtpptdemux
- * @short_description: separate RTP payloads based on the payload type
*
* <refsect2>
* <para>
diff --git a/gst/rtpmanager/gstrtpsession.c b/gst/rtpmanager/gstrtpsession.c
index 2afbf8025..a90cbbedc 100644
--- a/gst/rtpmanager/gstrtpsession.c
+++ b/gst/rtpmanager/gstrtpsession.c
@@ -19,7 +19,6 @@
/**
* SECTION:element-gstrtpsession
- * @short_description: an RTP session manager
* @see_also: gstrtpjitterbuffer, gstrtpbin, gstrtpptdemux, gstrtpssrcdemux
*
* <refsect2>
diff --git a/gst/rtpmanager/gstrtpssrcdemux.c b/gst/rtpmanager/gstrtpssrcdemux.c
index fa08d57ed..0dcc1a95f 100644
--- a/gst/rtpmanager/gstrtpssrcdemux.c
+++ b/gst/rtpmanager/gstrtpssrcdemux.c
@@ -21,7 +21,6 @@
/**
* SECTION:element-gstrtpssrcdemux
- * @short_description: separate RTP payloads based on the SSRC
*
* <refsect2>
* <para>
diff --git a/gst/selector/gstinputselector.c b/gst/selector/gstinputselector.c
index 7c963ad8f..f0a8ba136 100644
--- a/gst/selector/gstinputselector.c
+++ b/gst/selector/gstinputselector.c
@@ -24,7 +24,6 @@
/**
* SECTION:element-input-selector
- * @short_description: N-to-1 stream selectoring
* @see_also: #GstOutputSelector
*
* Direct one out of N input streams to the output pad.
diff --git a/gst/selector/gstoutputselector.c b/gst/selector/gstoutputselector.c
index ea682a8f8..f447637e6 100644
--- a/gst/selector/gstoutputselector.c
+++ b/gst/selector/gstoutputselector.c
@@ -19,7 +19,6 @@
/**
* SECTION:element-output-selector
- * @short_description: 1-to-N stream selectoring
* @see_also: #GstTee, #GstInputSelector
*
* Direct input stream to one out of N output pads.
diff --git a/gst/videosignal/gstvideoanalyse.c b/gst/videosignal/gstvideoanalyse.c
index 05b13ef52..5678c5eac 100644
--- a/gst/videosignal/gstvideoanalyse.c
+++ b/gst/videosignal/gstvideoanalyse.c
@@ -19,7 +19,6 @@
/**
* SECTION:element-videoanalyse
- * @short_description: Analyse and report about the video frame
*
* <refsect2>
* <para>
diff --git a/gst/videosignal/gstvideodetect.c b/gst/videosignal/gstvideodetect.c
index ec30fc76c..90293f6d8 100644
--- a/gst/videosignal/gstvideodetect.c
+++ b/gst/videosignal/gstvideodetect.c
@@ -19,7 +19,6 @@
/**
* SECTION:element-videodetect
- * @short_description: Detect a pattern in a video signal
*
* <refsect2>
* <para>
diff --git a/gst/videosignal/gstvideomark.c b/gst/videosignal/gstvideomark.c
index f73d618ec..1ec75773c 100644
--- a/gst/videosignal/gstvideomark.c
+++ b/gst/videosignal/gstvideomark.c
@@ -19,7 +19,6 @@
/**
* SECTION:element-videomark
- * @short_description: Mark a pattern in a video signal
*
* <refsect2>
* <para>