diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-06-24 12:45:26 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-06-24 12:45:26 +0000 |
commit | 8751ce16cf4056925ceb6250e4cc00daafd0ebe2 (patch) | |
tree | 9ac3ad2985ee67367ce1935c055613281cfe63c8 | |
parent | f331f575d2e8dd15f395c14521ac1fd388e6cd7c (diff) |
gst/: Added some logging, fixed an overflow bug in videorate.
Original commit message from CVS:
* gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
(gst_audiorate_init), (gst_audiorate_chain),
(gst_audiorate_set_property), (gst_audiorate_get_property):
* gst/videorate/gstvideorate.c: (gst_videorate_class_init),
(gst_videorate_chain):
Added some logging, fixed an overflow bug in videorate.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-06-24 Wim Taymans <wim@fluendo.com> + + * gst/audiorate/gstaudiorate.c: (gst_audiorate_link), + (gst_audiorate_init), (gst_audiorate_chain), + (gst_audiorate_set_property), (gst_audiorate_get_property): + * gst/videorate/gstvideorate.c: (gst_videorate_class_init), + (gst_videorate_chain): + Added some logging, fixed an overflow bug in videorate. + 2004-06-24 Benjamin Otte <otte@gnome.org> * ext/kio/Makefile.am: |