diff options
author | Iain Holmes <iain@prettypeople.org> | 2004-03-19 12:44:22 +0000 |
---|---|---|
committer | Iain Holmes <iain@prettypeople.org> | 2004-03-19 12:44:22 +0000 |
commit | c2c6db137c414c02eabf0152bf5496e5f6898465 (patch) | |
tree | d8b87b592b20b1b2f8962a7a38345c3f58650b85 | |
parent | e248a5d0d2c17c9a799917f54912c07bce222ba8 (diff) | |
download | gst-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.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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), |