mxf: Mark most fields of the instance struct as private
This commit is contained in:
parent
4efa891f6f
commit
8e84633120
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user