diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-06-16 09:39:02 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-06-16 09:39:02 +0000 |
commit | 88c0bf9477e913ef8d91faa1ee55ef77a278dc55 (patch) | |
tree | 83c4795400ac0761de4227511e772bd1c56daf56 /ChangeLog | |
parent | 85222e4aa197701004beb7ab485e775ed9b11b9f (diff) | |
download | gst-plugins-bad-88c0bf9477e913ef8d91faa1ee55ef77a278dc55.tar.gz gst-plugins-bad-88c0bf9477e913ef8d91faa1ee55ef77a278dc55.tar.bz2 gst-plugins-bad-88c0bf9477e913ef8d91faa1ee55ef77a278dc55.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |