mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
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/lame/gstlame.c: * ext/sidplay/gstsiddec.cc: * gst/mpegaudioparse/gstxingmux.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.
This commit is contained in:
parent
c0da559715
commit
81e36c292e
4 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2008-06-13 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* ext/lame/gstlame.c:
|
||||||
|
* ext/sidplay/gstsiddec.cc:
|
||||||
|
* gst/mpegaudioparse/gstxingmux.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.
|
||||||
|
|
||||||
2008-06-09 Sebastian Dröge <slomo@circular-chaos.org>
|
2008-06-09 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* gst/mpegaudioparse/gstmpegaudioparse.c: (head_check):
|
* gst/mpegaudioparse/gstmpegaudioparse.c: (head_check):
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:element-lame
|
* SECTION:element-lame
|
||||||
* @short_description: an encoder that encodes audio to MPEG-1 layer 3 (mp3)
|
|
||||||
* @see_also: mad, vorbisenc
|
* @see_also: mad, vorbisenc
|
||||||
*
|
*
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:element-siddec
|
* SECTION:element-siddec
|
||||||
* @short_description: a decoder for sid files
|
|
||||||
*
|
*
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <para>
|
* <para>
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:element-xingmux
|
* SECTION:element-xingmux
|
||||||
* @short_description: Adds a Xing header to MP3 files
|
|
||||||
*
|
*
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <para>
|
* <para>
|
||||||
|
|
Loading…
Reference in a new issue