[gstreamer-bugs] [Bug 308644] Incorrect pixel-aspect-ratio in matroska demuxer

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Wed Jun 22 06:09:41 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=308644
 GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From Michal Benes  2005-06-22 13:09 -------
Created an attachment (id=48154)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=48154&action=view)
Patch to initialize display_width and display_height correctly

The problem is that videocontext->display_width and ideocontext->display_height
are not initialized, however, later there is a test 
if (videocontext->display_width > 0 && videocontext->display_height > 0)
and if this is true, pixel-aspect-radio is computed and set to caps.
This pixel-aspect-ratio can be even negative which confuses xvimagesink.

------- 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