mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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.
This commit is contained in:
parent
aa52eb682f
commit
e9bb31bcb4
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
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
|
||||
|
|
Loading…
Reference in a new issue