camerabin2: remove abreviations from imagecapturebin

This commit is contained in:
Teemu Katajisto 2010-12-10 17:45:40 +02:00 committed by Thiago Santos
parent ea959add31
commit a7fe67700e

View 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);
}