From: George Kiagiadakis Date: Thu, 13 Feb 2014 09:51:59 +0000 (+0100) Subject: waylandsink/waylandpool: improve debug message X-Git-Tag: 1.19.3~507^2~10861 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7eb053708a9c8dbd680dbc512c173504c561de3;p=platform%2Fupstream%2Fgstreamer.git waylandsink/waylandpool: improve debug message --- diff --git a/ext/wayland/waylandpool.c b/ext/wayland/waylandpool.c index a591c9c..f80c440 100644 --- a/ext/wayland/waylandpool.c +++ b/ext/wayland/waylandpool.c @@ -249,7 +249,8 @@ gst_wayland_buffer_pool_alloc (GstBufferPool * pool, GstBuffer ** buffer, gst_video_format_to_wayland_format (GST_VIDEO_INFO_FORMAT (&self->info)); GST_DEBUG_OBJECT (self, "Allocating buffer of size %" G_GSSIZE_FORMAT - " (%d x %d, stride %d), format %d", size, width, height, stride, format); + " (%d x %d, stride %d), format %s", size, width, height, stride, + gst_wayland_format_to_string (format)); /* try to reserve another memory block from the shm pool */ if (self->used + size > self->size)