summaryrefslogtreecommitdiff
path: root/gst/mpegpsmux/mpegpsmux.h
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-04-17 15:22:59 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-04-17 15:22:59 +0200
commit65787972455106bff29c37d4ffcde116c33e0fb0 (patch)
tree6ba6467e6985fcf04300992533bef282a232d200 /gst/mpegpsmux/mpegpsmux.h
parent156d80d74b4088c39a3d2909bdd91eb494e5abd5 (diff)
downloadgstreamer-plugins-bad-65787972455106bff29c37d4ffcde116c33e0fb0.tar.gz
collectpads2: rename to collectpads
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 69de48a5c..6d994f456 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/gstcollectpads2.h>
+#include <gst/base/gstcollectpads.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 */
- GstCollectPads2 *collect; /* pads collector */
+ GstCollectPads *collect; /* pads collector */
PsMux *psmux;
@@ -88,7 +88,7 @@ struct MpegPsMuxClass {
};
struct MpegPsPadData {
- GstCollectData2 collect; /* Parent */
+ GstCollectData collect; /* Parent */
guint8 stream_id;
guint8 stream_id_ext;