summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-03-25 01:03:36 +0000
committerBenjamin Otte <otte@gnome.org>2004-03-25 01:03:36 +0000
commitd288233cb01cbac6373c5c2c2be610495aa71c70 (patch)
tree37d6f4614739ead928472920eb8b5175d4b5ba8d
parent4eaa6b584ce9d53e62e8e938c087b71a81894cc8 (diff)
downloadgst-plugins-bad-d288233cb01cbac6373c5c2c2be610495aa71c70.tar.gz
gst-plugins-bad-d288233cb01cbac6373c5c2c2be610495aa71c70.tar.bz2
gst-plugins-bad-d288233cb01cbac6373c5c2c2be610495aa71c70.zip
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.
-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),