From b7274a07467e9bcd58197aff475dbedb51e01d80 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 25 Mar 2004 01:03:36 +0000 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index b122cb10db..634a5d86b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-03-25 Benjamin Otte + + * 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 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),