[Bug 706066] playbin fails to display large PNG files

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 10 14:17:41 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=706066
  GStreamer | don't know | git

--- Comment #17 from Jens Georg <mail at jensge.org> 2013-10-10 12:17:34 UTC ---
stepping through the code, the difference is in the shmget call:

0.10 (xvimagesink.c:645)

shmget (IPC_PRIVATE, xvimage->size, IPC_CREAT | 0777)

1.0 (xvimageallocator.c:457)

shmget (IPC_PRIVATE, mem->xvimage->data_size + align, IPC_CREAT | 0777)

where align is hardcoded to 15 on the beginning of the function.

If I remove the "+ align" in that call, it works as expected.

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