surface: fix typo in debug message.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 14 Dec 2011 12:46:26 +0000 (13:46 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 14 Dec 2011 12:46:26 +0000 (13:46 +0100)
gst-libs/gst/vaapi/gstvaapisurface.c

index d8347bb..18fd414 100644 (file)
@@ -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)));