[gst-cvs] 'Base' GStreamer plugins and helper libraries branch, master, updated. RELEASE-0_10_22-48-ge7f910e
Wim Taymans
wtay at kemper.freedesktop.org
Mon Feb 2 04:34:11 PST 2009
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "'Base' GStreamer plugins and helper libraries".
The branch, master has been updated
via e7f910e0fc3601e40e2fba2d09f7d7389d08d4b4 (commit)
from 9996aab207da1e894015cc50813785301dfad24a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e7f910e0fc3601e40e2fba2d09f7d7389d08d4b4
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Mon Feb 2 13:30:42 2009 +0100
Fix buffer_alloc in ximagesink
Remove some useless debug info that reported wrong image sizes.
When upstream does not accept out suggested size, fall back to allocating an
image of the requested width/height instead of the currently configured size.
The problem is that an image is reused from the pool because the width/height
match but the caps on the new buffer are the requested caps with possibly
different height/width resulting in errors.
-----------------------------------------------------------------------
Summary of changes:
sys/ximage/ximagesink.c | 21 ++++++++-------------
1 files changed, 8 insertions(+), 13 deletions(-)
hooks/post-receive
--
'Base' GStreamer plugins and helper libraries
More information about the Gstreamer-commits
mailing list