summaryrefslogtreecommitdiffstats
path: root/ext/ivorbis
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ivorbis')
-rw-r--r--ext/ivorbis/vorbisdec.c2
-rw-r--r--ext/ivorbis/vorbisdec.h3
2 files changed, 3 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;