summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/ivorbis/vorbisdec.c2
-rw-r--r--ext/ivorbis/vorbisdec.h3
-rw-r--r--ext/mythtv/gstmythtvsrc.c1
-rw-r--r--ext/theora/theoradec.c1
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>