GNOME Bugzilla – Bug 322388
xvimagesink force-aspect-ratio=True always displays square pixels
Last modified: 2005-12-01 17:02:24 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.
Fixed in CVS HEAD
*** Bug 322656 has been marked as a duplicate of this bug. ***