matroska: unused value

Value set in ret will be overwritten just before exiting the function.

CID #1226469
This commit is contained in:
Luis de Bethencourt 2015-03-09 12:13:34 +00:00
parent 9e934d076b
commit f494da89b4

View file

@ -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;
}