diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-07-05 19:11:56 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-07-05 19:11:56 +0000 |
commit | e878a457451f10500c6be5374eed7b5f25555fef (patch) | |
tree | bde506c34f1f12d87e4eddb44c19408f29d1c141 /ChangeLog | |
parent | d7c49f75d6dace82b2038a2a5c647822059dd6ed (diff) | |
download | gst-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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), |