mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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.
This commit is contained in:
parent
5b7573b8ff
commit
3995eac7fd
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue