gst/asfdemux/gstasfdemux.c: Don't touch buffer if it is of size 0 (fixes #151064).
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 29 Oct 2004 17:27:42 +0000 (17:27 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 29 Oct 2004 17:27:42 +0000 (17:27 +0000)
Original commit message from CVS:
Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
Don't touch buffer if it is of size 0 (fixes #151064).

ChangeLog

index 2f631e9108015d81663466f0f1f27f0102b062f6..ddec267c8caba8a7a8263bc5aede799b1ebfeedd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
+
+       Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
+
+       * 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  <rbultje@ronald.bitfreak.net>
 
        * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):