summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorIain Holmes <iain@prettypeople.org>2004-03-19 12:44:22 +0000
committerIain Holmes <iain@prettypeople.org>2004-03-19 12:44:22 +0000
commitc2c6db137c414c02eabf0152bf5496e5f6898465 (patch)
treed8b87b592b20b1b2f8962a7a38345c3f58650b85 /ChangeLog
parente248a5d0d2c17c9a799917f54912c07bce222ba8 (diff)
downloadgst-plugins-bad-c2c6db137c414c02eabf0152bf5496e5f6898465.tar.gz
gst-plugins-bad-c2c6db137c414c02eabf0152bf5496e5f6898465.tar.bz2
gst-plugins-bad-c2c6db137c414c02eabf0152bf5496e5f6898465.zip
Use the is_int structure member rather than the local variable so that the correct splitting function is used.
Original commit message from CVS: Use the is_int structure member rather than the local variable so that the correct splitting function is used.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7674c528..b14a843c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-19 Iain <iain@prettypeople.org>
+
+ * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
+ is_int in the structure, not the local variable.
+
2004-03-19 David Schleef <ds@schleef.org>
* ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),