diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-04-22 19:45:07 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-04-22 19:45:07 +0200 |
commit | 8e846331202bc831dd894f0100929b787e294ff9 (patch) | |
tree | 1e7b725a583655ae659da35a6c72f11fddb0b8b4 /gst | |
parent | 4efa891f6f3a4bfc7782506daea17da81a94f8eb (diff) | |
download | gst-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')
-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; |