summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-05-04 00:44:19 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-04 00:44:19 +0000
commit7825d16f5123f66080760c736f4393b23195fa31 (patch)
tree49ee8305e29ae2b10bf4130684053b55db934834
parent35c03af85e52d63a43128553bba2276bf287409b (diff)
downloadgst-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
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbae2f1f..cd3f3100 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: