[gstreamer-bugs] [Bug 401118] [visual] error if width not a multiple of 4

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jan 26 12:23:34 PST 2007


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

  GStreamer | gst-plugins-base | Ver: 0.10.11





------- Comment #1 from Ed Catmur  2007-01-26 20:21 UTC -------
OK, I can see no possible reason for the use of GST_ROUND_UP_4:

  /* precalc some values */
  visual->outsize =
      visual->video->height * GST_ROUND_UP_4 (visual->video->width) *
      visual->video->bpp;

Hacking around it in gdb works; let's try recompiling.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list