diff options
author | Benjamin Otte <otte@gnome.org> | 2004-03-25 01:03:36 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-03-25 01:03:36 +0000 |
commit | d288233cb01cbac6373c5c2c2be610495aa71c70 (patch) | |
tree | 37d6f4614739ead928472920eb8b5175d4b5ba8d | |
parent | 4eaa6b584ce9d53e62e8e938c087b71a81894cc8 (diff) | |
download | gst-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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), |