summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-06-16 09:39:02 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-06-16 09:39:02 +0000
commit769c8474901feb5b943c9984db827737e4af1b2c (patch)
treee0806869f1efe29f7e62603556ca2fcd20f82ef5
parent1fe9727f2e56504772551fd3f028bf04a470b2f3 (diff)
gst/videorate/: Added a video timestamp corrector.
Original commit message from CVS: * gst/videorate/Makefile.am: * gst/videorate/gstvideorate.c: (gst_videorate_get_type), (gst_videorate_base_init), (gst_videorate_class_init), (gst_videorate_getcaps), (gst_videorate_link), (gst_videorate_init), (gst_videorate_chain), (gst_videorate_set_property), (gst_videorate_get_property), (gst_videorate_change_state), (plugin_init): Added a video timestamp corrector.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3717684..f4da615d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-06-16 Wim Taymans <wim@fluendo.com>
+
+ * gst/videorate/Makefile.am:
+ * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
+ (gst_videorate_base_init), (gst_videorate_class_init),
+ (gst_videorate_getcaps), (gst_videorate_link),
+ (gst_videorate_init), (gst_videorate_chain),
+ (gst_videorate_set_property), (gst_videorate_get_property),
+ (gst_videorate_change_state), (plugin_init):
+ Added a video timestamp corrector.
+
2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali.org>
fixed a potential leak with previous commit