[gstreamer-bugs] [Bug 610329] New: [theoradec] doesn't copy all chroma lines for 4:2:2

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 17 21:22:23 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=610329
  GStreamer | gst-plugins-base | git

           Summary: [theoradec] doesn't copy all chroma lines for 4:2:2
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ds at schleef.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Stupid one liner.  Pushing now because when the RM tells me to, I'll be asleep.
 Note the mixed width/height:

diff --git a/ext/theora/gsttheoradec.c b/ext/theora/gsttheoradec.c
index 6eef472..ad23bd9 100644
--- a/ext/theora/gsttheoradec.c
+++ b/ext/theora/gsttheoradec.c
@@ -1004,7 +1004,7 @@ theora_handle_image (GstTheoraDec * dec, th_ycbcr_buffer
buf, GstBuffer ** out)

   for (plane = 0; plane < 3; plane++) {
     width = gst_video_format_get_component_width (format, plane, dec->width);
-    height = gst_video_format_get_component_width (format, plane,
dec->height);
+    height = gst_video_format_get_component_height (format, plane,
dec->height);
     stride = gst_video_format_get_row_stride (format, plane, dec->width);

     dest =

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list