From: Wim Taymans Date: Thu, 24 Jun 2004 12:45:26 +0000 (+0000) Subject: gst/: Added some logging, fixed an overflow bug in videorate. X-Git-Tag: 1.19.3~505^2~3323 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d46ef907d58cca37128813d7555ea0847382fe7;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index a199234..5629dfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-06-24 Wim Taymans + + * 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 * ext/kio/Makefile.am: