gst/debug/: add element that quasi-randomly changes bytes in the stream.
authorBenjamin Otte <otte@gnome.org>
Thu, 25 Mar 2004 01:03:36 +0000 (01:03 +0000)
committerBenjamin Otte <otte@gnome.org>
Thu, 25 Mar 2004 01:03:36 +0000 (01:03 +0000)
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.

ChangeLog

index b122cb1..634a5d8 100644 (file)
--- 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),