summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfmux.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-22 19:45:07 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-22 19:45:07 +0200
commit8e846331202bc831dd894f0100929b787e294ff9 (patch)
tree1e7b725a583655ae659da35a6c72f11fddb0b8b4 /gst/mxf/mxfmux.h
parent4efa891f6f3a4bfc7782506daea17da81a94f8eb (diff)
downloadgst-plugins-bad-8e846331202bc831dd894f0100929b787e294ff9.tar.gz
gst-plugins-bad-8e846331202bc831dd894f0100929b787e294ff9.tar.bz2
gst-plugins-bad-8e846331202bc831dd894f0100929b787e294ff9.zip
mxf: Mark most fields of the instance struct as private
Diffstat (limited to 'gst/mxf/mxfmux.h')
-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;