summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-22 19:45:07 +0200
committerDave Robillard <dave@drobilla.net>2009-05-03 12:03:17 -0400
commit62a803e7a213c50fde885f719ef3a27aa13fed05 (patch)
tree3d3902946dbf313252b6f122135a08a86d66a92d /gst
parentc4586fe0eff622f3bf266bfd01c8f1cd2784c63b (diff)
downloadgst-plugins-bad-62a803e7a213c50fde885f719ef3a27aa13fed05.tar.gz
gst-plugins-bad-62a803e7a213c50fde885f719ef3a27aa13fed05.tar.bz2
gst-plugins-bad-62a803e7a213c50fde885f719ef3a27aa13fed05.zip
mxf: Mark most fields of the instance struct as private
Diffstat (limited to 'gst')
-rw-r--r--gst/mxf/mxfmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/mxf/mxfmux.h b/gst/mxf/mxfmux.h
index d539aaa1..c8fd0b09 100644
--- a/gst/mxf/mxfmux.h
+++ b/gst/mxf/mxfmux.h
@@ -72,6 +72,8 @@ typedef struct _GstMXFMux {
GstPad *srcpad;
GstCollectPads *collect;
+
+ /* <private> */
GstPadEventFunction collect_event;
GstMXFMuxState state;