mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
basecamerasrc: Fix getting element implementing photography iface
This commit is contained in:
parent
0255584d90
commit
b5fdacc5c0
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ gst_base_camera_src_get_photography (GstBaseCameraSrc * self)
|
|||
}
|
||||
|
||||
if (elem) {
|
||||
return GST_PHOTOGRAPHY (self);
|
||||
return GST_PHOTOGRAPHY (elem);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue