From 663856a5144843cd0dcd524b4529be00d005c8c0 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 3 Jul 2006 15:28:48 +0000 Subject: gst/avi/gstavidemux.*: Proper aggregation of each stream's GstFlowReturn in order to figure out whether the task shou... Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_reset), (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream), (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow), (gst_avi_demux_process_next_entry), (push_tag_lists), (gst_avi_demux_stream_data), (gst_avi_demux_loop): * gst/avi/gstavidemux.h: Proper aggregation of each stream's GstFlowReturn in order to figure out whether the task should stop or not. Don't send inline events before pushing out a NEW_SEGMENT, more specifically for GST_TAG_EVENT. Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading sub-indexes. --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common b/common index 123195d3..dd173e27 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 123195d3bbcc0b6e1cf867d3a180685f8766a0be +Subproject commit dd173e2720ac21e4a47c97705d7ff32271a0ee66 -- cgit