mxf: Mark most fields of the instance struct as private

This commit is contained in:
Sebastian Dröge 2009-04-22 19:45:07 +02:00
parent 4efa891f6f
commit 8e84633120

View file

@ -72,6 +72,8 @@ typedef struct _GstMXFMux {
GstPad *srcpad; GstPad *srcpad;
GstCollectPads *collect; GstCollectPads *collect;
/* <private> */
GstPadEventFunction collect_event; GstPadEventFunction collect_event;
GstMXFMuxState state; GstMXFMuxState state;