diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-02 18:02:44 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-02 18:02:44 +0000 |
commit | 9c028ad75d5adbda075c846d1c24e334490dd595 (patch) | |
tree | b274132b519b890c0f6e4f808acbe07693407572 /ChangeLog | |
parent | 81717e11be8210ab758989639c34824bdcf2a33a (diff) | |
download | gst-plugins-bad-9c028ad75d5adbda075c846d1c24e334490dd595.tar.gz gst-plugins-bad-9c028ad75d5adbda075c846d1c24e334490dd595.tar.bz2 gst-plugins-bad-9c028ad75d5adbda075c846d1c24e334490dd595.zip |
gst/deinterlace2/gstdeinterlace2.c: Don't use proxy_getcaps() but implement our own getcaps() function that doubles/h...
Original commit message from CVS:
* gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
(gst_greatest_common_divisor), (gst_fraction_double),
(gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
Don't use proxy_getcaps() but implement our own getcaps() function
that doubles/halfs the framerate if all fields should be sent out.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init), + (gst_greatest_common_divisor), (gst_fraction_double), + (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps): + Don't use proxy_getcaps() but implement our own getcaps() function + that doubles/halfs the framerate if all fields should be sent out. + +2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * configure.ac: * ext/Makefile.am: * ext/twolame/Makefile.am: |