Skip to content

videorate/videoscale/audioresample: Ensure that the caps returned from...

videorate/videoscale/audioresample: Ensure that the caps returned from fixate_caps() are actually fixated

If there is some other field than the ones we care about left and not fixated yet then basetransform will just error out. So instead just pass the result through gst_caps_fixate() in the very end.

Merge request reports