From 6115f0b56c4db7a85a541dac13f9a98b1affab71 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 23 Sep 2005 18:15:51 +0000 Subject: convert to using GstClockTime for all time values, finally. Original commit message from CVS: convert to using GstClockTime for all time values, finally. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a7df4f43..74ef22b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2005-09-23 Thomas Vander Stichele + + * Makefile.am: + * check/elements/level.c: (GST_START_TEST): + * gst/level/Makefile.am: + * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init), + (gst_level_set_property), (gst_level_get_property), + (gst_level_set_caps), (gst_level_message_new), + (gst_level_transform_ip): + * gst/level/gstlevel.h: + * gst/level/level-example.c: (message_handler), (main): + convert to using GstClockTime for all time values, finally. + 2005-09-23 Thomas Vander Stichele * gst/auparse/Makefile.am: -- cgit