From 8e846331202bc831dd894f0100929b787e294ff9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 22 Apr 2009 19:45:07 +0200 Subject: [PATCH] mxf: Mark most fields of the instance struct as private --- gst/mxf/mxfmux.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/mxf/mxfmux.h b/gst/mxf/mxfmux.h index d539aaa..c8fd0b0 100644 --- a/gst/mxf/mxfmux.h +++ b/gst/mxf/mxfmux.h @@ -72,6 +72,8 @@ typedef struct _GstMXFMux { GstPad *srcpad; GstCollectPads *collect; + + /* */ GstPadEventFunction collect_event; GstMXFMuxState state; -- 2.7.4