camerabin: Fix typo
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Thu, 21 Apr 2011 22:58:03 +0000 (19:58 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Thu, 5 May 2011 12:57:17 +0000 (09:57 -0300)
gst/camerabin/camerabinimage.c

index 620285c..6325205 100644 (file)
@@ -197,7 +197,7 @@ gst_camerabin_image_dispose (GstCameraBinImage * img)
 
   if (img->csp) {
     GST_LOG_OBJECT (img, "disposing %s with refcount %d",
-        GST_ELEMENT_NAME (img->enc), GST_OBJECT_REFCOUNT_VALUE (img->csp));
+        GST_ELEMENT_NAME (img->csp), GST_OBJECT_REFCOUNT_VALUE (img->csp));
     gst_object_unref (img->csp);
     img->csp = NULL;
   }