diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-04 00:44:19 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-04 00:44:19 +0000 |
commit | 7825d16f5123f66080760c736f4393b23195fa31 (patch) | |
tree | 49ee8305e29ae2b10bf4130684053b55db934834 /ChangeLog | |
parent | 35c03af85e52d63a43128553bba2276bf287409b (diff) | |
download | gst-plugins-bad-7825d16f5123f66080760c736f4393b23195fa31.tar.gz gst-plugins-bad-7825d16f5123f66080760c736f4393b23195fa31.tar.bz2 gst-plugins-bad-7825d16f5123f66080760c736f4393b23195fa31.zip |
ext/libvisual/: use a GstAdapter to correctly adapt buffer sizes - allows using a framerate
Original commit message from CVS:
* ext/libvisual/Makefile.am:
* ext/libvisual/visual.c: (gst_visual_class_init),
(gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
(gst_visual_srclink), (gst_visual_chain),
(gst_visual_change_state), (plugin_init):
use a GstAdapter to correctly adapt buffer sizes - allows using a
framerate
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-05-04 Benjamin Otte <otte@gnome.org> + + * ext/libvisual/Makefile.am: + * ext/libvisual/visual.c: (gst_visual_class_init), + (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps), + (gst_visual_srclink), (gst_visual_chain), + (gst_visual_change_state), (plugin_init): + use a GstAdapter to correctly adapt buffer sizes - allows using a + framerate + 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org> * sys/v4l/gstv4lelement.h: |