Skip to content

vp9parse: Fix critical warning during caps negotiation

Philippe Normand requested to merge philn/gstreamer:vp9parse-caps-nego into main

gst_pad_get_allowed_caps() returns a non-writable caps, so we need to make it writable, otherwise the gst_caps_remove_structure() call below might trigger a critical warning.

Merge request reports