summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackparse.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
commitd1c828f84580f580fc6f79ea81afb32b2df11c1c (patch)
tree46f46c84d751d155da76131bc3902aceac83b1bd /ext/wavpack/gstwavpackparse.h
parentdddd1369b8a899f4d0e700ec3c163a8d3f8a4ba1 (diff)
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/gstwavpackparse.h')
-rw-r--r--ext/wavpack/gstwavpackparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wavpack/gstwavpackparse.h b/ext/wavpack/gstwavpackparse.h
index d849da74..ed7db73a 100644
--- a/ext/wavpack/gstwavpackparse.h
+++ b/ext/wavpack/gstwavpackparse.h
@@ -27,7 +27,6 @@
G_BEGIN_DECLS
-/* #define's don't like whitespacey bits */
#define GST_TYPE_WAVPACK_PARSE \
(gst_wavpack_parse_get_type())
#define GST_WAVPACK_PARSE(obj) \
@@ -53,6 +52,7 @@ struct _GstWavpackParse
{
GstElement element;
+ /*< private >*/
GstPad *sinkpad;
GstPad *srcpad;