diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-06-22 11:19:46 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-06-22 11:19:46 +0000 |
commit | 50df94e027c2dfd1d8479a19f65324f6534513dc (patch) | |
tree | 8cd2e95881d272fc0c33dbd069d430411ac210a6 | |
parent | ad26a01d8a7b28dde0952683a59a90aca8c4d49d (diff) |
gst/videorate/gstvideorate.c: Add property to make videorate silent.
Original commit message from CVS:
* gst/videorate/gstvideorate.c: (gst_videorate_class_init),
(gst_videorate_init), (gst_videorate_chain),
(gst_videorate_set_property), (gst_videorate_get_property):
Add property to make videorate silent.
Add property to prefer new frames over old ones.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-06-22 Wim Taymans <wim@fluendo.com> + + * gst/videorate/gstvideorate.c: (gst_videorate_class_init), + (gst_videorate_init), (gst_videorate_chain), + (gst_videorate_set_property), (gst_videorate_get_property): + Add property to make videorate silent. + Add property to prefer new frames over old ones. + 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org> * sys/osxvideo/Makefile.am: |