summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-12-14 13:46:26 +0100
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-12-14 13:46:26 +0100
commitbf63fe671f3b7f8ecd5ad832323cccfda8be9d2a (patch)
treef82aae3bf19cc874c9359d0fd1139d890cdc88bb /gst-libs
parent32271684874d5c33bc3eb51f293fc013d6d3705c (diff)
surface: fix typo in debug message.
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/vaapi/gstvaapisurface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapisurface.c b/gst-libs/gst/vaapi/gstvaapisurface.c
index d8347bbb..18fd414a 100644
--- a/gst-libs/gst/vaapi/gstvaapisurface.c
+++ b/gst-libs/gst/vaapi/gstvaapisurface.c
@@ -755,7 +755,7 @@ gst_vaapi_surface_deassociate_subpicture(
/* First, check subpicture was really associated with this surface */
if (!g_ptr_array_remove_fast(surface->priv->subpictures, subpicture)) {
- GST_DEBUG("subpicture %" GST_VAAPI_ID_FORMAT "was not bound to "
+ GST_DEBUG("subpicture %" GST_VAAPI_ID_FORMAT " was not bound to "
"surface %" GST_VAAPI_ID_FORMAT,
GST_VAAPI_ID_ARGS(GST_VAAPI_OBJECT_ID(subpicture)),
GST_VAAPI_ID_ARGS(GST_VAAPI_OBJECT_ID(surface)));