summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-03-25 01:03:37 +0000
committerBenjamin Otte <otte@gnome.org>2004-03-25 01:03:37 +0000
commitaf8ae1e043af00ee7c8595ad1aa4c17ece8d1b3f (patch)
tree22b35494d941ff6ebda30b27fad4f2506ace3b81 /ChangeLog
parenta1b9442d60be6d8001372b3030b862d1c9e9b45f (diff)
gst/debug/: add element that quasi-randomly changes bytes in the stream.
Original commit message from CVS: * gst/debug/Makefile.am: * gst/debug/breakmydata.c: add element that quasi-randomly changes bytes in the stream. Intended use is robustness checking of demuxers and decoders in media tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b122cb10..634a5d86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-03-25 Benjamin Otte <otte@gnome.org>
+
+ * gst/debug/Makefile.am:
+ * gst/debug/breakmydata.c:
+ add element that quasi-randomly changes bytes in the stream.
+ Intended use is robustness checking of demuxers and decoders in
+ media tests.
+
2004-03-24 Benjamin Otte <otte@gnome.org>
* ext/alsa/gstalsa.c: (gst_alsa_open_audio),