mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
camerabin: Fix typo
This commit is contained in:
parent
e1d9574a9d
commit
834dc9ca63
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ gst_camerabin_image_dispose (GstCameraBinImage * img)
|
|||
|
||||
if (img->csp) {
|
||||
GST_LOG_OBJECT (img, "disposing %s with refcount %d",
|
||||
GST_ELEMENT_NAME (img->enc), GST_OBJECT_REFCOUNT_VALUE (img->csp));
|
||||
GST_ELEMENT_NAME (img->csp), GST_OBJECT_REFCOUNT_VALUE (img->csp));
|
||||
gst_object_unref (img->csp);
|
||||
img->csp = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue