diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-06-12 14:49:18 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-06-12 14:49:18 +0000 |
commit | 15b92466171c81d619ee6422aeacad13de8239b3 (patch) | |
tree | a82112b17973504abeabe41cf6232f2457300bfe /gst/rtpmanager | |
parent | 95fd5d2fa0def09f54dbc49e960a8ae9ca6d6378 (diff) | |
download | gst-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/rtpmanager')
-rw-r--r-- | gst/rtpmanager/gstrtpbin.c | 1 | ||||
-rw-r--r-- | gst/rtpmanager/gstrtpclient.c | 1 | ||||
-rw-r--r-- | gst/rtpmanager/gstrtpjitterbuffer.c | 2 | ||||
-rw-r--r-- | gst/rtpmanager/gstrtpptdemux.c | 1 | ||||
-rw-r--r-- | gst/rtpmanager/gstrtpsession.c | 1 | ||||
-rw-r--r-- | gst/rtpmanager/gstrtpssrcdemux.c | 1 |
6 files changed, 0 insertions, 7 deletions
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> |