diff options
author | Andy Wingo <wingo@pobox.com> | 2008-06-16 14:11:36 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2008-06-16 14:11:36 +0000 |
commit | 004d1d0f9fd6bbb1148d784fc5ee227b69538c06 (patch) | |
tree | af2b20784cb9c308e1cc73e3fbb9b75d0747e7f0 /ChangeLog | |
parent | 04c53e454a58dda4883afd5193e1b26933a2aae2 (diff) | |
download | gst-plugins-bad-004d1d0f9fd6bbb1148d784fc5ee227b69538c06.tar.gz gst-plugins-bad-004d1d0f9fd6bbb1148d784fc5ee227b69538c06.tar.bz2 gst-plugins-bad-004d1d0f9fd6bbb1148d784fc5ee227b69538c06.zip |
gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
Original commit message from CVS:
2008-06-16 Andy Wingo <wingo@pobox.com>
* gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
(gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-06-16 Andy Wingo <wingo@pobox.com> + + * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes) + (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use + G_GUINT64_FORMAT. Avoid overflow in get_max_bytes(). + 2008-06-16 Stefan Kost <ensonic@users.sf.net> * sys/dvb/gstdvbsrc.c: |