summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-06-27 16:38:41 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-06-27 16:38:41 +0000
commit9505228151d4961e93c4ebe557a9f22224578195 (patch)
tree03cc6caee9600a0e559c75bc9b1bd71b5952c27c
parent4f5bb5fc3aca30d14d7ef8e3e58a33cceacb6fa2 (diff)
downloadgst-plugins-bad-9505228151d4961e93c4ebe557a9f22224578195.tar.gz
gst-plugins-bad-9505228151d4961e93c4ebe557a9f22224578195.tar.bz2
gst-plugins-bad-9505228151d4961e93c4ebe557a9f22224578195.zip
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.
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d321a5c..f8d844cd 100644
--- a/ChangeLog
+++ b/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: