diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-22 09:55:23 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-22 09:55:23 +0000 |
commit | 670db4aade1e49957b7b29a7c7513373bcc45288 (patch) | |
tree | 10ea84dc0db881ebb8b081415fbbebf366a401ba /ext | |
parent | 28731b1548a07278ffcf069725f016faa13d044e (diff) | |
download | gst-plugins-bad-670db4aade1e49957b7b29a7c7513373bcc45288.tar.gz gst-plugins-bad-670db4aade1e49957b7b29a7c7513373bcc45288.tar.bz2 gst-plugins-bad-670db4aade1e49957b7b29a7c7513373bcc45288.zip |
docs/plugins/Makefile.am: Add missing eol \
Original commit message from CVS:
* docs/plugins/Makefile.am:
Add missing eol \
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
Place object names to standard sectionas plugin dont document those.
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins.args:
* docs/plugins/gst-plugins-bad-plugins.signals:
* docs/plugins/inspect/plugin-dvb.xml:
* docs/plugins/inspect/plugin-nuvdemux.xml:
regenerate.
* ext/ivorbis/vorbisdec.c:
* ext/ivorbis/vorbisdec.h:
Mark private vars and add short desc.
* ext/mythtv/gstmythtvsrc.c:
* ext/theora/theoradec.c:
Add short desc.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ivorbis/vorbisdec.c | 2 | ||||
-rw-r--r-- | ext/ivorbis/vorbisdec.h | 3 | ||||
-rw-r--r-- | ext/mythtv/gstmythtvsrc.c | 1 | ||||
-rw-r--r-- | ext/theora/theoradec.c | 1 |
4 files changed, 5 insertions, 2 deletions
diff --git a/ext/ivorbis/vorbisdec.c b/ext/ivorbis/vorbisdec.c index 4d051f06..df0b6ca4 100644 --- a/ext/ivorbis/vorbisdec.c +++ b/ext/ivorbis/vorbisdec.c @@ -21,7 +21,7 @@ */ /** - * SECTION:element-vorbisdec + * SECTION:element-ivorbisdec * @short_description: a decoder that decodes Vorbis to raw audio * @see_also: vorbisenc, oggdemux * diff --git a/ext/ivorbis/vorbisdec.h b/ext/ivorbis/vorbisdec.h index 3bc29f22..31a25267 100644 --- a/ext/ivorbis/vorbisdec.h +++ b/ext/ivorbis/vorbisdec.h @@ -52,7 +52,8 @@ typedef struct _GstIVorbisDecClass GstIVorbisDecClass; */ struct _GstIVorbisDec { GstElement element; - + + /* < private > */ GstPad * sinkpad; GstPad * srcpad; diff --git a/ext/mythtv/gstmythtvsrc.c b/ext/mythtv/gstmythtvsrc.c index 06825fb3..6d8875df 100644 --- a/ext/mythtv/gstmythtvsrc.c +++ b/ext/mythtv/gstmythtvsrc.c @@ -17,6 +17,7 @@ /** * SECTION:element-mythtvsrc + * @short_description: stream from remore mythtv server * * <refsect2> * <para> diff --git a/ext/theora/theoradec.c b/ext/theora/theoradec.c index 4a46c826..c7b9545c 100644 --- a/ext/theora/theoradec.c +++ b/ext/theora/theoradec.c @@ -20,6 +20,7 @@ /** * SECTION:element-theoradecexp + * @short_description: decoder theora video using the experimental decoder * @see_also: theoradec, theoraenc, oggdemux * * <refsect2> |