Revert "tools: gst-launch: return non-0 exit code on async error"

This reverts commit 2ee4cba248.
This commit is contained in:
Nicolas Dufresne 2015-12-04 10:45:25 -05:00
parent 2ee4cba248
commit f3a5c17464

View file

@ -1172,8 +1172,6 @@ main (int argc, char *argv[])
gst_element_set_state (pipeline, GST_STATE_READY);
gst_element_get_state (pipeline, &state, &pending, GST_CLOCK_TIME_NONE);
res = caught_error;
#if 0
if (check_index) {
print_index_stats (index_stats);