[Bug 706890] New: [glimagesink] problem with pixel aspect ratio
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Aug 27 06:56:27 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=706890
GStreamer | gst-plugins-gl | git
Summary: [glimagesink] problem with pixel aspect ratio
Classification: Platform
Product: GStreamer
Version: git
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-gl
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: julien.isorce at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
* steps to reproduce: gst-launch-1.0 videotestsrc ! "video/x-raw, width=10,
height=10" ! videoscale ! "video/x-raw, width=10, height=500" ! glimagesink -v
* actual result:
/GstPipeline:pipeline0/GstGLImageSink:glimagesink0.GstPad:sink: caps =
video/x-raw, format=(string)I420, width=(int)10, height=(int)500,
framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)50/1
* expected result:
/GstPipeline:pipeline0/GstGLImageSink:glimagesink0.GstPad:sink: caps =
video/x-raw, format=(string)I420, width=(int)10, height=(int)500,
framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1
Aspect ratio should be 1/1 as we get when replacing glimagesink by imagesink:
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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