From a7fe67700e77bc35866d35c758fad5d4948c3c80 Mon Sep 17 00:00:00 2001 From: Teemu Katajisto Date: Fri, 10 Dec 2010 17:45:40 +0200 Subject: [PATCH] camerabin2: remove abreviations from imagecapturebin --- gst/camerabin2/gstimagecapturebin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/camerabin2/gstimagecapturebin.c b/gst/camerabin2/gstimagecapturebin.c index a1cf3ac131..b20cb46309 100644 --- a/gst/camerabin2/gstimagecapturebin.c +++ b/gst/camerabin2/gstimagecapturebin.c @@ -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); }