From 834dc9ca632167253cb218a7bab51382f7c70e4f Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Thu, 21 Apr 2011 19:58:03 -0300 Subject: [PATCH] camerabin: Fix typo --- gst/camerabin/camerabinimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/camerabin/camerabinimage.c b/gst/camerabin/camerabinimage.c index 620285c..6325205 100644 --- a/gst/camerabin/camerabinimage.c +++ b/gst/camerabin/camerabinimage.c @@ -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; } -- 2.7.4