summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2007-01-06 17:22:12 +0000
committerAndy Wingo <wingo@pobox.com>2007-01-06 17:22:12 +0000
commit2b5fdf422e62d17fe018bf207aa363402dbbce24 (patch)
treed6aa00fd283adc74ca5818a97444bd35a552d1e3 /ChangeLog
parent24df4ce38b6c81d7627ce256c6c488e09d3bd4a2 (diff)
downloadgst-plugins-bad-2b5fdf422e62d17fe018bf207aa363402dbbce24.tar.gz
gst-plugins-bad-2b5fdf422e62d17fe018bf207aa363402dbbce24.tar.bz2
gst-plugins-bad-2b5fdf422e62d17fe018bf207aa363402dbbce24.zip
ext/ladspa/gstsignalprocessor.c
Original commit message from CVS: 2007-01-06 Andy Wingo <wingo@pobox.com> * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_ouija_caps): Move around in the source file... (gst_signal_processor_prepare, gst_signal_processor_do_pulls): Call ouija_caps in prepare() instead of do_pulls(), a bit earlier. This allows us to have caps when we do the pad_alloc_buffer(). (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the pad caps, which might not be set yet.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e929a2f0..ce2f3734 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-01-06 Andy Wingo <wingo@pobox.com>
+ * ext/ladspa/gstsignalprocessor.c
+ (gst_signal_processor_ouija_caps): Move around in the source
+ file...
+ (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
+ Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
+ This allows us to have caps when we do the pad_alloc_buffer().
+ (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
+ pad caps, which might not be set yet.
+
* ext/ladspa/gstsignalprocessor.c:
(gst_signal_processor_add_pad_from_template)
(gst_signal_processor_fixate): Add a fixate function, to assist in