summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-12-06 12:37:43 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-12-06 12:37:43 +0000
commit5e1ac18fac1a81f80b0a79ce6dfb63064ce94911 (patch)
tree319059ba52f53e68675319b347fec61ae028772f /ChangeLog
parentfa55f0feafc5490503b4e259882c8bbcde40f41d (diff)
downloadgst-plugins-bad-5e1ac18fac1a81f80b0a79ce6dfb63064ce94911.tar.gz
gst-plugins-bad-5e1ac18fac1a81f80b0a79ce6dfb63064ce94911.tar.bz2
gst-plugins-bad-5e1ac18fac1a81f80b0a79ce6dfb63064ce94911.zip
gst/filter/: The transform() methods are not called in passthrough mode so there's no need for checking if the elemen...
Original commit message from CVS: * gst/filter/gstbpwsinc.c: (bpwsinc_transform): * gst/filter/gstlpwsinc.c: (lpwsinc_transform): The transform() methods are not called in passthrough mode so there's no need for checking if the element is in passthrough mode.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e838659f..6000f217 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* gst/filter/gstbpwsinc.c: (bpwsinc_transform):
* gst/filter/gstlpwsinc.c: (lpwsinc_transform):
+ The transform() methods are not called in passthrough mode so
+ there's no need for checking if the element is in passthrough mode.
+
+2007-12-06 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
+ * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
Sync the GObject properties with the controller even in passthrough
mode to get consistent property values.