[gstreamer-bugs] [Bug 322388] New: xvimagesink force-aspect-ratio=True always displays square pixels

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Nov 24 18:27:39 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=322388
 GStreamer | gst-plugins-base | Ver: HEAD CVS

           Summary: xvimagesink force-aspect-ratio=True always displays
                    square pixels
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: j at bootlab.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


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.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list