summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackenc.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2006-08-23 08:52:50 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-08-23 08:52:50 +0000
commit7381b4940caefc0335f14478a34f2faf979131df (patch)
tree17b286ef713b6a3507129f5d193c34ff967a00ab /ext/wavpack/gstwavpackenc.h
parentd3c716b694b065ca6884499cb75f808f21a07f26 (diff)
downloadgst-plugins-bad-7381b4940caefc0335f14478a34f2faf979131df.tar.gz
gst-plugins-bad-7381b4940caefc0335f14478a34f2faf979131df.tar.bz2
gst-plugins-bad-7381b4940caefc0335f14478a34f2faf979131df.zip
Add docs for wavpack elements (#352476).
Original commit message from CVS: Patch by: Sebastian Dröge <slomo at circular-chaos.org> * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/inspect/plugin-wavpack.xml: * ext/wavpack/gstwavpackdec.c: * ext/wavpack/gstwavpackdec.h: * ext/wavpack/gstwavpackenc.c: * ext/wavpack/gstwavpackenc.h: * ext/wavpack/gstwavpackparse.c: * ext/wavpack/gstwavpackparse.h: Add docs for wavpack elements (#352476).
Diffstat (limited to 'ext/wavpack/gstwavpackenc.h')
-rw-r--r--ext/wavpack/gstwavpackenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wavpack/gstwavpackenc.h b/ext/wavpack/gstwavpackenc.h
index 2777007a..0925b08a 100644
--- a/ext/wavpack/gstwavpackenc.h
+++ b/ext/wavpack/gstwavpackenc.h
@@ -29,7 +29,6 @@
G_BEGIN_DECLS
-/* defines don't like whitespacey bits */
#define GST_TYPE_WAVPACK_ENC \
(gst_wavpack_enc_get_type())
#define GST_WAVPACK_ENC(obj) \
@@ -55,6 +54,7 @@ struct _GstWavpackEnc
{
GstElement element;
+ /*< private >*/
GstPad *sinkpad, *srcpad;
GstPad *wvcsrcpad;