summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-06-06 08:53:12 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-06-06 08:53:12 +0000
commit37e309798181a7ec0e56123563cc891facd3809b (patch)
tree2a0e48a2741930e65270613d7f3393948cc5580e /ChangeLog
parent63fc719540e27297f1aaea9e29a71b2e91089e48 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <tim at centricular dot net>
+
+ * 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 <tim at centricular dot net>
* configure.ac: