summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst/avi/gstavidemux.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c
index adea05fd..f927b12e 100644
--- a/gst/avi/gstavidemux.c
+++ b/gst/avi/gstavidemux.c
@@ -4175,12 +4175,7 @@ pause:
}
if (push_eos) {
GST_INFO_OBJECT (avi, "sending eos");
- if (!(gst_avi_demux_push_event (avi, gst_event_new_eos ()))) {
- /* if we don't error out here it will hang */
- GST_ELEMENT_ERROR (avi, STREAM, FAILED,
- (_("Internal data stream error.")),
- ("downstream did not handle EOS"));
- }
+ gst_avi_demux_push_event (avi, gst_event_new_eos ());
}
}
}