[gstreamer-bugs] [Bug 322645] Matroska muxer: wrong pixel aspect ratio

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Nov 28 07:13:28 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=322645
 GStreamer | gst-plugins-good | Ver: 0.9.x

Jan Schmidt changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From Jan Schmidt  2005-11-28 15:13 -------
Resolving with a slightly different patch:

-  ret = gst_structure_get_int (structure, "pixel_width", &pixel_width);
-  ret &= gst_structure_get_int (structure, "pixel_height", &pixel_height);
-  if (ret) {
+  if (gst_structure_get_fraction (structure, "pixel-aspect-ratio",
+          &pixel_width, &pixel_height)) {

        * gst/matroska/matroska-mux.c:
        (gst_matroska_mux_video_pad_setcaps):
        Look for pixel-aspect-ratio in caps, not pixel_width and
        pixel_height (Fixes: #322645)



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