diff options
Diffstat (limited to 'gst/flv/gstflvmux.h')
-rw-r--r-- | gst/flv/gstflvmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/flv/gstflvmux.h b/gst/flv/gstflvmux.h index c0af8e8f..3d634a4c 100644 --- a/gst/flv/gstflvmux.h +++ b/gst/flv/gstflvmux.h @@ -67,6 +67,8 @@ typedef struct _GstFlvMux { GstPad *srcpad; GstCollectPads *collect; + + /* <private> */ GstPadEventFunction collect_event; GstFlvMuxState state; |