diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-12-04 10:45:25 -0500 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-12-04 10:45:44 -0500 |
commit | f3a5c17464b8f8eaf4161b9a507094b6a2ca75ff (patch) | |
tree | 4129e203d3d651a8e357d9a9a6811547eca1a8ea /tools | |
parent | 2ee4cba2485d7f1646d48e4559426aed4ba99c85 (diff) |
Revert "tools: gst-launch: return non-0 exit code on async error"
This reverts commit 2ee4cba2485d7f1646d48e4559426aed4ba99c85.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gst-launch.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gst-launch.c b/tools/gst-launch.c index d60827179..a522a5b4b 100644 --- a/tools/gst-launch.c +++ b/tools/gst-launch.c @@ -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); |