summaryrefslogtreecommitdiffstats
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
commitefe7a50d4ff85f6e6e7a5d81c86f0d0cfc57b59d (patch)
tree0cf05c87b8f8469ea558cda8baa2e7fcafe3a467
parent81f7f07f9256da11571ad73d91fa7fe39f970a83 (diff)
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.
-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),