[Bug 790149] New: vaapipostproc: Does not maintain aspect ratio when scaling
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Nov 10 01:30:05 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=790149
Bug ID: 790149
Summary: vaapipostproc: Does not maintain aspect ratio when
scaling
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer-vaapi
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: nicolas at ndufresne.ca
QA Contact: gstreamer-bugs at lists.freedesktop.org
CC: bsreerenj at gmail.com, vjaquez at igalia.com
GNOME version: ---
When vaapipostproc is being used (notably through vaapidecodebin), the
vaapipostproc may endup scaling the video. The problem is that the scaling does
not maintain the aspect ratio, which is totally unexpected default behaviour.
On can illustrace this with a non scaling display sink.
gst-launch-1.0 videotestsrc ! video/x-raw,width=320,height=240 ! vaapipostproc
! ximagesink
In comparison with:
gst-launch-1.0 videotestsrc ! video/x-raw,width=320,height=240 ! videoscale !
ximagesink
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list