vtdec: fix refcount error in error handling
https://bugzilla.gnome.org/show_bug.cgi?id=751641
This commit is contained in:
parent
153bb7b273
commit
cc3d79f7cc
@ -606,9 +606,6 @@ sample_error:
|
|||||||
GST_ELEMENT_ERROR (vtdec, RESOURCE, FAILED, (NULL),
|
GST_ELEMENT_ERROR (vtdec, RESOURCE, FAILED, (NULL),
|
||||||
("CMSampleBufferCreate returned %d", (int) status));
|
("CMSampleBufferCreate returned %d", (int) status));
|
||||||
|
|
||||||
if (bbuf)
|
|
||||||
CFRelease (bbuf);
|
|
||||||
|
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user