mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
ccconverter: fix uninitialized read in error case
CID 1463351 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1262>
This commit is contained in:
parent
d10e2381c7
commit
f077189809
1 changed files with 0 additions and 1 deletions
|
@ -1981,7 +1981,6 @@ convert_cea708_cdp_cea708_cdp (GstCCConverter * self, GstBuffer * inbuf,
|
||||||
if (!combine_cc_data (self, TRUE, out_fps_entry, ccp_data, ccp_data_len,
|
if (!combine_cc_data (self, TRUE, out_fps_entry, ccp_data, ccp_data_len,
|
||||||
cea608_1, cea608_1_len, cea608_2, cea608_2_len, cc_data,
|
cea608_1, cea608_1_len, cea608_2, cea608_2_len, cc_data,
|
||||||
&cc_data_len)) {
|
&cc_data_len)) {
|
||||||
gst_buffer_unmap (outbuf, &out);
|
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue