diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-04-22 19:45:07 +0200 |
---|---|---|
committer | Dave Robillard <dave@drobilla.net> | 2009-05-03 12:03:17 -0400 |
commit | 62a803e7a213c50fde885f719ef3a27aa13fed05 (patch) | |
tree | 3d3902946dbf313252b6f122135a08a86d66a92d | |
parent | c4586fe0eff622f3bf266bfd01c8f1cd2784c63b (diff) | |
download | gst-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
-rw-r--r-- | gst/mxf/mxfmux.h | 2 |
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; |