From 5e606453c015993d4367003a077ae627d3b9eb65 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Mon, 16 Jun 2008 09:54:27 +0000 Subject: gst/matroska/ebml-read.c: Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads. Original commit message from CVS: * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes): Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads. If we get less bytes than requested we can't do anything except doing our EOS logic. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c964f5b..99a90b08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-06-16 Sebastian Dröge + + * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes): + Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads. + If we get less bytes than requested we can't do anything except doing + our EOS logic. + 2008-06-15 Sebastian Dröge * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset), -- cgit