Hi,
We have a Qt5 application with a video player similar to the one provided as an example in Qt5 (http://doc.qt.io/qt-5/qtmultimedia-multimediawidgets-player-example.html
gst_caps_from_string("video/x-raw, width=640, height=360, pixel-aspect-ratio=1/1, framerate=2787/100, format=BGRx")
but the video still shows the artifact at the top.
If I use "gst-launch-1.0 playbin" and use "waylandsink" as the sink, the video displays correctly. If I force Qt to use "waylandsink" as the sink (by setting QT_GSTREAMER_WIDGET_VIDEOSINK and QT_GSTREAMER_WINDOW_VIDEOSINK) the video displays correctly as well.
In a related note; is it possible to remove the green bands on the border of the video or is this too the result of some form of padding done by the codecs?
Thanks,