From efe7a50d4ff85f6e6e7a5d81c86f0d0cfc57b59d Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 19 Mar 2004 12:44:22 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7674c528b9..b14a843cba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-19 Iain + + * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the + is_int in the structure, not the local variable. + 2004-03-19 David Schleef * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),