summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-06-12 14:49:18 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-06-12 14:49:18 +0000
commit15b92466171c81d619ee6422aeacad13de8239b3 (patch)
treea82112b17973504abeabe41cf6232f2457300bfe /gst
parent95fd5d2fa0def09f54dbc49e960a8ae9ca6d6378 (diff)
downloadgst-plugins-bad-15b92466171c81d619ee6422aeacad13de8239b3.tar.gz
gst-plugins-bad-15b92466171c81d619ee6422aeacad13de8239b3.tar.bz2
gst-plugins-bad-15b92466171c81d619ee6422aeacad13de8239b3.zip
Do not use short_description in section docs for elements. We extract them from element details and there will be war...
Original commit message from CVS: * ext/dc1394/gstdc1394.c: * ext/ivorbis/vorbisdec.c: * ext/jack/gstjackaudiosink.c: * ext/metadata/gstmetadatademux.c: * ext/mythtv/gstmythtvsrc.c: * ext/theora/theoradec.c: * gst-libs/gst/app/gstappsink.c: * gst/bayer/gstbayer2rgb.c: * gst/deinterlace/gstdeinterlace.c: * gst/rawparse/gstaudioparse.c: * gst/rawparse/gstvideoparse.c: * gst/rtpmanager/gstrtpbin.c: * gst/rtpmanager/gstrtpclient.c: * gst/rtpmanager/gstrtpjitterbuffer.c: * gst/rtpmanager/gstrtpptdemux.c: * gst/rtpmanager/gstrtpsession.c: * gst/rtpmanager/gstrtpssrcdemux.c: * gst/selector/gstinputselector.c: * gst/selector/gstoutputselector.c: * gst/videosignal/gstvideoanalyse.c: * gst/videosignal/gstvideodetect.c: * gst/videosignal/gstvideomark.c: * sys/oss4/oss4-mixer.c: * sys/oss4/oss4-sink.c: * sys/oss4/oss4-source.c: Do not use short_description in section docs for elements. We extract them from element details and there will be warnings if they differ. Also fixing up the ChangeLog order.
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 ffc0a91c..cbaa799c 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 cd0b8533..73159b64 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 b8fcd82d..def9803e 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 8f090f72..9d84e8a3 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 c95f42ef..0906a8de 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 d3e2c673..faa493d1 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 17dd4a90..8f876680 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 b6df8526..a3014b2b 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 2afbf802..a90cbbed 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 fa08d57e..0dcc1a95 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 7c963ad8..f0a8ba13 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 ea682a8f..f447637e 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 05b13ef5..5678c5ea 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 ec30fc76..90293f6d 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 f73d618e..1ec75773 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>