diff --git a/src/gsttools/qgstutils.cpp b/src/gsttools/qgstutils.cpp index b9e04e3f..9e7b7737 100644 --- a/src/gsttools/qgstutils.cpp +++ b/src/gsttools/qgstutils.cpp @@ -1118,6 +1118,8 @@ GstCaps *QGstUtils::capsForFormats(const QList &format "video/x-raw", "format" , G_TYPE_STRING, gst_video_format_to_string(qt_videoFormatLookup[index].gstFormat), NULL)); + + gst_caps_set_features(caps, gst_caps_get_size(caps) - 1, gst_caps_features_new_any()); } } #else