mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-09 17:44:14 +00:00
camerabin2: remove abreviations from imagecapturebin
This commit is contained in:
parent
ea959add31
commit
a7fe67700e
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue