After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 322656 - XvImageSink force-aspect-ratio problem
XvImageSink force-aspect-ratio problem
Status: RESOLVED DUPLICATE of bug 322388
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.9.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-28 15:32 UTC by Michal Benes
Modified: 2005-11-29 08:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Force-aspect-ratio fix (687 bytes, patch)
2005-11-28 15:35 UTC, Michal Benes
none Details | Review

Description Michal Benes 2005-11-28 15:32:03 UTC
Keep aspect ratio deos not work with aspect-ratio != 1/1

Steps to reproduce:
View any video with aspect-ratio != 1/1 using xvimagesink force-aspect-ratio=true

The problem can be fixed by the attached patch.
Comment 1 Michal Benes 2005-11-28 15:35:47 UTC
Created attachment 55322 [details] [review]
Force-aspect-ratio fix

The picture rectangle should be computed from the "aspectized" dimensions not
the "pixel" dimesnions. (At least I think so, this patch has fixed my problem).
Comment 2 Julien MOUTTE 2005-11-29 08:20:31 UTC

*** This bug has been marked as a duplicate of 322388 ***