summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-07-05 19:11:56 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-07-05 19:11:56 +0000
commite878a457451f10500c6be5374eed7b5f25555fef (patch)
treebde506c34f1f12d87e4eddb44c19408f29d1c141 /ChangeLog
parentd7c49f75d6dace82b2038a2a5c647822059dd6ed (diff)
downloadgst-plugins-bad-e878a457451f10500c6be5374eed7b5f25555fef.tar.gz
gst-plugins-bad-e878a457451f10500c6be5374eed7b5f25555fef.tar.bz2
gst-plugins-bad-e878a457451f10500c6be5374eed7b5f25555fef.zip
gst/deinterlace2/gstdeinterlace2.*: Include latency of the method in the returned latency.
Original commit message from CVS: * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace_method_get_latency), (gst_deinterlace2_set_method), (gst_deinterlace2_class_init), (gst_deinterlace2_push_history), (gst_deinterlace2_chain), (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query): * gst/deinterlace2/gstdeinterlace2.h: Include latency of the method in the returned latency. Fix outputting of all fields, i.e. doubling of the framerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 703ad58b..8e4caeec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2008-07-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * gst/deinterlace2/gstdeinterlace2.c:
+ (gst_deinterlace_method_get_latency),
+ (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
+ (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
+ (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
+ * gst/deinterlace2/gstdeinterlace2.h:
+ Include latency of the method in the returned latency.
+
+ Fix outputting of all fields, i.e. doubling of the framerate.
+
+2008-07-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/deinterlace2/Makefile.am:
* gst/deinterlace2/gstdeinterlace2.c:
(gst_deinterlace_method_class_init), (gst_deinterlace_method_init),