From 8e846331202bc831dd894f0100929b787e294ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 22 Apr 2009 19:45:07 +0200 Subject: mxf: Mark most fields of the instance struct as private --- gst/mxf/mxfmux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/mxf/mxfmux.h') 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; + + /* */ GstPadEventFunction collect_event; GstMXFMuxState state; -- cgit v1.2.1