matroska: unused value
Value set in ret will be overwritten just before exiting the function. CID #1226469
This commit is contained in:
parent
9e934d076b
commit
f494da89b4
@ -2457,7 +2457,7 @@ gst_matroska_parse_output (GstMatroskaParse * parse, GstBuffer * buffer,
|
||||
GST_BUFFER_FLAG_SET (buf, GST_BUFFER_FLAG_HEADER);
|
||||
GST_BUFFER_FLAG_SET (buf, GST_BUFFER_FLAG_DELTA_UNIT);
|
||||
|
||||
ret = gst_pad_push (parse->srcpad, buf);
|
||||
gst_pad_push (parse->srcpad, buf);
|
||||
|
||||
parse->pushed_headers = TRUE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user