diff options
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2011-12-15 16:40:21 +0100 |
---|---|---|
committer | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2011-12-15 16:49:41 +0100 |
commit | 50be1d5dae18209047663759e3df7874197454ac (patch) | |
tree | 4969a2fbdd6836fcf68286daceecc7614883141f /gst/flv/gstflvmux.h | |
parent | f6b38f2c3934f9228b4416e87142c3a3cb4157eb (diff) |
flvmux: use GstCollectPads2 event callback
... in stead of local HACK.
Diffstat (limited to 'gst/flv/gstflvmux.h')
-rw-r--r-- | gst/flv/gstflvmux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/flv/gstflvmux.h b/gst/flv/gstflvmux.h index ad38abe9e..b0e10ea32 100644 --- a/gst/flv/gstflvmux.h +++ b/gst/flv/gstflvmux.h @@ -68,8 +68,6 @@ typedef struct _GstFlvMux { GstCollectPads2 *collect; /* <private> */ - GstPadEventFunction collect_event; - GstFlvMuxState state; gboolean have_audio; gboolean have_video; |