mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
collectpads: port API changes
This commit is contained in:
parent
63a890a746
commit
319de2e96a
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ gst_ffmpegmux_request_new_pad (GstElement * element,
|
||||||
pad = gst_pad_new_from_template (templ, padname);
|
pad = gst_pad_new_from_template (templ, padname);
|
||||||
collect_pad = (GstFFMpegMuxPad *)
|
collect_pad = (GstFFMpegMuxPad *)
|
||||||
gst_collect_pads_add_pad (ffmpegmux->collect, pad,
|
gst_collect_pads_add_pad (ffmpegmux->collect, pad,
|
||||||
sizeof (GstFFMpegMuxPad));
|
sizeof (GstFFMpegMuxPad), NULL);
|
||||||
collect_pad->padnum = ffmpegmux->context->nb_streams;
|
collect_pad->padnum = ffmpegmux->context->nb_streams;
|
||||||
|
|
||||||
/* small hack to put our own event pad function and chain up to collect pad */
|
/* small hack to put our own event pad function and chain up to collect pad */
|
||||||
|
|
Loading…
Reference in a new issue