videodecoder / audio decoder no need to send GST_ELEMENT_ERROR when track corrupt
Submitted by Lyon
Link to original bug (#741542)
Description
Created attachment 292734
patch to comment the GST_ERRRO_OBJECT
In https://bugzilla.gnome.org/show_bug.cgi?id=711094
commit 81471099 and f8477e6b
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.
Attachment 292734, "patch to comment the GST_ERRRO_OBJECT":
handle_track_error.patch
Version: 1.4.1