gstreamer/sys
Tim-Philipp Müller cb73a6e792 sys/ximage/ximagesink.c: When XShm is not available, we might get row strides that are not rounded up to multiples of...
Original commit message from CVS:
* sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
When XShm is not available, we might get row strides that are not
rounded up to multiples of four; this is bad, because virtually
every RGB-processing element in GStreamer assumes rowstrides are
rounded up to multiples of four, so let's allocate at least enough
memory to avoid crashes in this case. The image will still be
displayed distorted though if this happens, so that still needs
fixing (maybe by allocating a bigger image with an 'even' width
and then clipping it appropriately when rendering - something for
Xlib aficionados in any case).
2007-05-03 16:29:10 +00:00
..
v4l sys/v4l/: Fix duration and timestamping, taking latency into account. 2007-02-28 15:05:03 +00:00
ximage sys/ximage/ximagesink.c: When XShm is not available, we might get row strides that are not rounded up to multiples of... 2007-05-03 16:29:10 +00:00
xvimage gst/subparse/: Use GST_DISABLE_XML here 2007-04-20 10:42:24 +00:00
Makefile.am sys/v4l/v4lsrc_calls.*: Remove sync-related stuff. 2005-07-07 11:29:29 +00:00