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 322388 - xvimagesink force-aspect-ratio=True always displays square pixels
xvimagesink force-aspect-ratio=True always displays square pixels
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.9.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 322656 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-11-25 02:27 UTC by j^
Modified: 2005-12-01 17:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description j^ 2005-11-25 02:27:38 UTC
xvimagesink force-aspect-ratio=True asumes source pixel aspect ratio is 1:1

files with non square pixels i.e. HDV or DV 16:9 files (4:3 pixel-ratio)
are displayed as 4:3 frame with black borders. 

looking at gst_video_sink_center_rect
    src_ratio = (gdouble) src.w / src.h;
    dst_ratio = (gdouble) dst.w / dst.h;
source aspect ratio is ignored.
Comment 1 Julien MOUTTE 2005-11-28 14:17:19 UTC
Fixed in CVS HEAD
Comment 2 Julien MOUTTE 2005-11-29 08:20:33 UTC
*** Bug 322656 has been marked as a duplicate of this bug. ***