mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
mpg123: added gtkdoc section
https://bugzilla.gnome.org/show_bug.cgi?id=686595
This commit is contained in:
parent
8ba422839a
commit
a84677a7a0
3 changed files with 29 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
|||
<xi:include href="xml/element-modplug.xml" />
|
||||
<xi:include href="xml/element-mpeg2enc.xml" />
|
||||
<xi:include href="xml/element-mplex.xml" />
|
||||
<xi:include href="xml/element-mpg123audiodec.xml" />
|
||||
<xi:include href="xml/element-pcapparse.xml" />
|
||||
<xi:include href="xml/element-pinch.xml" />
|
||||
<xi:include href="xml/element-pyramidsegment.xml" />
|
||||
|
|
|
@ -972,6 +972,20 @@ GST_MPLEX_WAIT
|
|||
gst_mplex_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-mpg123audiodec</FILE>
|
||||
<TITLE>mpg123audiodec</TITLE>
|
||||
GstMpg123AudioDec
|
||||
<SUBSECTION Standard>
|
||||
GstMpg123AudioDecClass
|
||||
GST_MPG123_AUDIO_DEC
|
||||
GST_MPG123_AUDIO_DEC_CLASS
|
||||
GST_IS_MPG123_AUDIO_DEC
|
||||
GST_IS_MPG123_AUDIO_DEC_CLASS
|
||||
GST_TYPE_MPG123_AUDIO_DEC
|
||||
gst_mpg123_audio_dec_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-mythtvsrc</FILE>
|
||||
<TITLE>mythtvsrc</TITLE>
|
||||
|
|
|
@ -16,6 +16,20 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION: element-mpg123audiodec
|
||||
* @see_also: lamemp3enc, mad
|
||||
*
|
||||
* Audio decoder for MPEG-1 layer 1/2/3 audio data.
|
||||
*
|
||||
* <refsect2>
|
||||
* <title>Example pipelines</title>
|
||||
* |[
|
||||
* gst-launch filesrc location=music.mp3 ! mpegaudioparse ! mpg123audiodec ! audioconvert ! audioresample ! autoaudiosink
|
||||
* ]| Decode and play the mp3 file
|
||||
* </refsect2>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue