commit | 1e96e05449cde418f0368fef92cd23b9db4ab59c | [log] [tgz] |
---|---|---|
author | Lyon Wang <lyon.wang@freescale.com> | Mon Dec 15 16:52:07 2014 +0800 |
committer | Lyon Wang <lyon.wang@nxp.com> | Wed Dec 19 10:50:31 2018 +0800 |
tree | fca94d06a50cf1981460e7f0dba6cbad670556ce | |
parent | f4205f77ce37d7ea6ba2a9f404678eabd22e246a [diff] |
handle audio/video decoder error When there is input data and no output data to the end of the stream, it will send GST_ELEMENT_ERROR, So the clips playing will quit. However, if only one of the tracks is corrupt, there is no need to quit other tracks playing. The patch comments the GST_ELEMENT_ERROR() and just add GST_ERROR_OBJECT() information instead. https://bugzilla.gnome.org/show_bug.cgi?id=741542 Upstream Status: Pending Signed-off-by: Lyon Wang <lyon.wang@freescale.com>