From 37e309798181a7ec0e56123563cc891facd3809b Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 6 Jun 2007 08:53:12 +0000 Subject: gst/videobox/gstvideobox.c: Printf fixes in debug statements; use LOG level for debug statements that are printed for... Original commit message from CVS: * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420): Printf fixes in debug statements; use LOG level for debug statements that are printed for each and every frame; convert c++ comments to C-style comments; not much point using g_try_malloc() if we then not even check the return value. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b694b988..2439fcc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-06-06 Tim-Philipp Müller + + * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420): + Printf fixes in debug statements; use LOG level for debug statements + that are printed for each and every frame; convert c++ comments to + C-style comments; not much point using g_try_malloc() if we then not + even check the return value. + 2007-06-05 Tim-Philipp Müller * configure.ac: -- cgit