camerabin2: remove abreviations from imagecapturebin
authorTeemu Katajisto <teemu.katajisto@digia.com>
Fri, 10 Dec 2010 15:45:40 +0000 (17:45 +0200)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Thu, 23 Dec 2010 16:24:55 +0000 (13:24 -0300)
gst/camerabin2/gstimagecapturebin.c

index a1cf3ac..b20cb46 100644 (file)
@@ -117,7 +117,6 @@ gst_image_capture_bin_set_property (GObject * object, guint prop_id,
     case PROP_LOCATION:
       g_free (imagebin->location);
       imagebin->location = g_value_dup_string (value);
-
       if (imagebin->sink) {
         g_object_set (imagebin, "location", imagebin->location, NULL);
       }