Skip to content

tests: Fix SIGSEGV in test_get_allowed_caps.

Doug Nazar requested to merge dougnazar/gstreamer:fix_tests into master

GstBuffer is no longer a GObject you can't use GObject calls on a non GObject.

Merge request reports