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/videosignal | |
parent | 95fd5d2fa0def09f54dbc49e960a8ae9ca6d6378 (diff) |
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/videosignal')
-rw-r--r-- | gst/videosignal/gstvideoanalyse.c | 1 | ||||
-rw-r--r-- | gst/videosignal/gstvideodetect.c | 1 | ||||
-rw-r--r-- | gst/videosignal/gstvideomark.c | 1 |
3 files changed, 0 insertions, 3 deletions
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> |