Skip to content

glupload: prevent segfault when updating caps

Michael Tretter requested to merge m.tretter/gst-plugins-base:glupload into master

When the glupload element renegotiates the caps, set_caps will reset the method_impl to NULL, but the method will be kept. transform_caps tries to use the method_impl to transform the caps, because a method is set, but will segfault.

Edited by Michael Tretter

Merge request reports