From f1e9e18b59fc37a20a39cd761603cc2a403032cf Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 29 Oct 2004 17:27:42 +0000 Subject: [PATCH] gst/asfdemux/gstasfdemux.c: Don't touch buffer if it is of size 0 (fixes #151064). Original commit message from CVS: Reviewed by: Ronald S. Bultje * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk): Don't touch buffer if it is of size 0 (fixes #151064). --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2f631e9108..ddec267c8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-10-29 Martin Pitt + + Reviewed by: Ronald S. Bultje + + * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk): + Don't touch buffer if it is of size 0 (fixes #151064). + 2004-10-29 Ronald S. Bultje * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):