diff options
author | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2011-12-15 12:59:57 +0000 |
---|---|---|
committer | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2011-12-15 12:59:57 +0000 |
commit | 4db6f8f7f2de6ac1565e3d8a8f97974de292d1b7 (patch) | |
tree | 55a28d7cf453f5c2d55e7142bca5491118e53bf6 /gst/asfmux/gstasfmux.h | |
parent | 4b9a20b38fa00f960bf4424f150ae2ad2f9365d3 (diff) |
asfmux: port to GstCollectPads2
Diffstat (limited to 'gst/asfmux/gstasfmux.h')
-rw-r--r-- | gst/asfmux/gstasfmux.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/asfmux/gstasfmux.h b/gst/asfmux/gstasfmux.h index 4036aa169..49bd92d8f 100644 --- a/gst/asfmux/gstasfmux.h +++ b/gst/asfmux/gstasfmux.h @@ -23,7 +23,7 @@ #include <gst/gst.h> -#include <gst/base/gstcollectpads.h> +#include <gst/base/gstcollectpads2.h> #include <gst/riff/riff-media.h> #include "gstasfobjects.h" @@ -57,7 +57,7 @@ enum _GstAsfMuxState struct _GstAsfPad { - GstCollectData collect; + GstCollectData2 collect; gboolean is_audio; guint8 stream_number; @@ -143,7 +143,7 @@ struct _GstAsfMux /* pads */ GstPad *srcpad; - GstCollectPads *collect; + GstCollectPads2 *collect; GstPadEventFunction collect_event; }; |