mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
mxf: Mark most fields of the instance struct as private
This commit is contained in:
parent
4efa891f6f
commit
8e84633120
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ typedef struct _GstMXFMux {
|
|||
|
||||
GstPad *srcpad;
|
||||
GstCollectPads *collect;
|
||||
|
||||
/* <private> */
|
||||
GstPadEventFunction collect_event;
|
||||
|
||||
GstMXFMuxState state;
|
||||
|
|
Loading…
Reference in a new issue