summaryrefslogtreecommitdiff
path: root/gst/mpegpsmux/mpegpsmux.h
diff options
context:
space:
mode:
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2011-12-15 13:08:42 +0000
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2011-12-15 13:08:42 +0000
commitc03c4d7fac610d15d2cd11fafd43f724778a995d (patch)
tree50f47be6afc0fb852ec3972bba3d908031f9acd3 /gst/mpegpsmux/mpegpsmux.h
parenta8a0b11e3f893767cb2f2d0676edca21f225bd8e (diff)
downloadgstreamer-plugins-bad-c03c4d7fac610d15d2cd11fafd43f724778a995d.tar.gz
mpegpsmux: port to GstCollectPads2
Diffstat (limited to 'gst/mpegpsmux/mpegpsmux.h')
-rw-r--r--gst/mpegpsmux/mpegpsmux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/mpegpsmux/mpegpsmux.h b/gst/mpegpsmux/mpegpsmux.h
index 6d994f456..69de48a5c 100644
--- a/gst/mpegpsmux/mpegpsmux.h
+++ b/gst/mpegpsmux/mpegpsmux.h
@@ -46,7 +46,7 @@
#define __MPEGPSMUX_H__
#include <gst/gst.h>
-#include <gst/base/gstcollectpads.h>
+#include <gst/base/gstcollectpads2.h>
#include <gst/base/gstadapter.h>
G_BEGIN_DECLS
@@ -70,7 +70,7 @@ struct MpegPsMux {
guint video_stream_id; /* stream id of primary video stream */
- GstCollectPads *collect; /* pads collector */
+ GstCollectPads2 *collect; /* pads collector */
PsMux *psmux;
@@ -88,7 +88,7 @@ struct MpegPsMuxClass {
};
struct MpegPsPadData {
- GstCollectData collect; /* Parent */
+ GstCollectData2 collect; /* Parent */
guint8 stream_id;
guint8 stream_id_ext;