diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-19 14:15:41 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-19 14:15:41 +0000 |
commit | fe648771e26cc2c4e216c9853a0b4d78daad82e0 (patch) | |
tree | 915737ca6a897425ae50324f83e84c82f55bc4c2 | |
parent | e3eeec34813029cc970d3227b46fd7087748810d (diff) | |
download | gst-plugins-bad-fe648771e26cc2c4e216c9853a0b4d78daad82e0.tar.gz gst-plugins-bad-fe648771e26cc2c4e216c9853a0b4d78daad82e0.tar.bz2 gst-plugins-bad-fe648771e26cc2c4e216c9853a0b4d78daad82e0.zip |
gst/debug/: add new extensible and configurable testing element. Current tests include buffer count, stream length, t...
Original commit message from CVS:
* gst/debug/testplugin.c:
* gst/debug/tests.c:
* gst/debug/tests.h:
add new extensible and configurable testing element. Current tests
include buffer count, stream length, timestamp/duration matching and
md5.
* gst/debug/Makefile.am:
* gst/debug/gstdebug.c: (plugin_init):
add infrastructure for new element
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * gst/debug/testplugin.c: + * gst/debug/tests.c: + * gst/debug/tests.h: + add new extensible and configurable testing element. Current tests + include buffer count, stream length, timestamp/duration matching and + md5. + * gst/debug/Makefile.am: + * gst/debug/gstdebug.c: (plugin_init): + add infrastructure for new element + 2004-05-19 Johan Dahlin <johan@gnome.org> * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper |