Skip to content

decodebin3: Properly handle caps query with no filter

Edward Hervey requested to merge bilboed/gst-plugins-base:db3-query into master

There's no guarantee that upstream elements will do queries with specified filter caps. If that's the case, just return GST_CAPS_ANY

Merge request reports