diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2004-06-27 16:38:41 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2004-06-27 16:38:41 +0000 |
| commit | e5bb1f1376e30cf77af721f01ed0a9f6ca1978bd (patch) | |
| tree | 8aeaf556c8826af1daef72f894c09500e3af94eb /ChangeLog | |
| parent | 85a72aa832dc6a15d3d9b6860b516609b7e77e32 (diff) | |
ext/dv/gstdvdec.*: Implement drop_factor property to lower the framerate with a factor.
Original commit message from CVS:
* ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
(gst_dvdec_video_getcaps), (gst_dvdec_video_link),
(gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
(gst_dvdec_set_property), (gst_dvdec_get_property):
* ext/dv/gstdvdec.h:
Implement drop_factor property to lower the framerate with
a factor.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-06-27 Wim Taymans <wim@fluendo.com> + + * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init), + (gst_dvdec_video_getcaps), (gst_dvdec_video_link), + (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state), + (gst_dvdec_set_property), (gst_dvdec_get_property): + * ext/dv/gstdvdec.h: + Implement drop_factor property to lower the framerate with + a factor. + 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org> * gst-libs/gst/colorbalance/Makefile.am: |
