diff options
Diffstat (limited to 'gst-libs/gst/gl/gstglbufferpool.c')
-rw-r--r-- | gst-libs/gst/gl/gstglbufferpool.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstglbufferpool.c b/gst-libs/gst/gl/gstglbufferpool.c index 4ac5b23a3..1c62c1f27 100644 --- a/gst-libs/gst/gl/gstglbufferpool.c +++ b/gst-libs/gst/gl/gstglbufferpool.c @@ -336,7 +336,8 @@ gst_gl_buffer_pool_new (GstGLContext * context) pool = g_object_new (GST_TYPE_GL_BUFFER_POOL, NULL); pool->context = gst_object_ref (context); - GST_LOG_OBJECT (pool, "new GL buffer pool %p", pool); + GST_LOG_OBJECT (pool, "new GL buffer pool for context %" GST_PTR_FORMAT, + context); return GST_BUFFER_POOL_CAST (pool); } |