Skip to content

avmux: Fix crash when muxer doesn't get codecid

Rubén Gonzalez requested to merge rgonzalez/gstreamer:hide_libav_rcwt into main

FFmpeg 7.0 included new muxer rcwt for Raw Captions with Time (RCWT). Commit [1]. GStreamer couldn't get sink caps for muxer it.

The ouput of gst_element_class_get_pad_template is NULL. Therefore, crash in gst_pad_new_from_template.

[1] https://github.com/FFmpeg/FFmpeg/commit/3525544e48

Merge request reports

Loading