mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
collectpads: remove gst_collect_pads_add_pad_full
Rename gst_collect_pads_add_pad_full() to gst_collect_pads_add_pad() and fix all invocations.
This commit is contained in:
parent
01bb84a5eb
commit
70471f230f
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ gst_ffmpegmux_request_new_pad (GstElement * element,
|
|||
pad = gst_pad_new_from_template (templ, padname);
|
||||
collect_pad = (GstFFMpegMuxPad *)
|
||||
gst_collect_pads_add_pad (ffmpegmux->collect, pad,
|
||||
sizeof (GstFFMpegMuxPad));
|
||||
sizeof (GstFFMpegMuxPad), NULL, TRUE);
|
||||
collect_pad->padnum = ffmpegmux->context->nb_streams;
|
||||
|
||||
/* small hack to put our own event pad function and chain up to collect pad */
|
||||
|
|
Loading…
Reference in a new issue