diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2011-11-17 08:25:28 +0100 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2011-11-17 08:53:23 +0100 |
commit | d2f2955f18567e2562c36912d140ad1534e936b4 (patch) | |
tree | b53070b312fe848d4fbda6d50613e23e5611ba46 /gst/mpegpsmux | |
parent | 6d92ecac757a4e0a9f9f63805b43e26a92bb4160 (diff) | |
download | gstreamer-plugins-bad-d2f2955f18567e2562c36912d140ad1534e936b4.tar.gz |
collectpads: port API changes
Diffstat (limited to 'gst/mpegpsmux')
-rw-r--r-- | gst/mpegpsmux/mpegpsmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mpegpsmux/mpegpsmux.c b/gst/mpegpsmux/mpegpsmux.c index 9398e7a1a..48c0828fb 100644 --- a/gst/mpegpsmux/mpegpsmux.c +++ b/gst/mpegpsmux/mpegpsmux.c @@ -539,7 +539,7 @@ mpegpsmux_request_new_pad (GstElement * element, pad = gst_pad_new_from_template (templ, name); pad_data = (MpegPsPadData *) gst_collect_pads_add_pad (mux->collect, pad, - sizeof (MpegPsPadData)); + sizeof (MpegPsPadData), NULL); if (pad_data == NULL) goto pad_failure; |