Blame SOURCES/0001-gstcamerabin-Fix-spelling-error-in-debug-logging.patch

56b13a
From 62c58f011e7069aa45e980930cdfa2d937920a77 Mon Sep 17 00:00:00 2001
56b13a
From: Hans de Goede <hdegoede@redhat.com>
56b13a
Date: Fri, 8 Jun 2012 10:57:54 +0200
56b13a
Subject: [PATCH 1/4] gstcamerabin: Fix spelling error in debug logging
56b13a
56b13a
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
56b13a
---
56b13a
 gst/camerabin/gstcamerabin.c |    2 +-
56b13a
 1 file changed, 1 insertion(+), 1 deletion(-)
56b13a
56b13a
diff --git a/gst/camerabin/gstcamerabin.c b/gst/camerabin/gstcamerabin.c
56b13a
index a17e02c..8a36970 100644
56b13a
--- a/gst/camerabin/gstcamerabin.c
56b13a
+++ b/gst/camerabin/gstcamerabin.c
56b13a
@@ -1517,7 +1517,7 @@ gst_camerabin_set_capsfilter_caps (GstCameraBin * camera, GstCaps * new_caps)
56b13a
   if (camera->src_zoom_filter)
56b13a
     g_object_set (G_OBJECT (camera->src_zoom_filter), "caps", new_caps, NULL);
56b13a
   gst_camerabin_update_aspect_filter (camera, new_caps);
56b13a
-  GST_INFO_OBJECT (camera, "udpated");
56b13a
+  GST_INFO_OBJECT (camera, "updated");
56b13a
 }
56b13a
 
56b13a
 /*
56b13a
-- 
56b13a
1.7.10.2
56b13a