diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-26 13:00:27 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-26 13:00:27 +0000 |
commit | 14072b6e9704ef13907d6b9d85c7647151cb4d2f (patch) | |
tree | 28447affc35616fc5dd1cfd746cb2366384abf9a | |
parent | b71000832aa9bf16b545ef3e2fa2b6a16678a1f1 (diff) | |
download | gst-plugins-bad-14072b6e9704ef13907d6b9d85c7647151cb4d2f.tar.gz gst-plugins-bad-14072b6e9704ef13907d6b9d85c7647151cb4d2f.tar.bz2 gst-plugins-bad-14072b6e9704ef13907d6b9d85c7647151cb4d2f.zip |
add debugging, use correct size for shm segments
Original commit message from CVS:
add debugging, use correct size for shm segments
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org> + + * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new), + (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size), + (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc): + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new), + (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc): + Add debugging statements. Use the sizes as returned by the + *CreateImage calls. + 2004-07-26 Johan Dahlin <johan@gnome.org> * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that |