summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2008-06-16 14:11:36 +0000
committerAndy Wingo <wingo@pobox.com>2008-06-16 14:11:36 +0000
commit004d1d0f9fd6bbb1148d784fc5ee227b69538c06 (patch)
treeaf2b20784cb9c308e1cc73e3fbb9b75d0747e7f0 /ChangeLog
parent04c53e454a58dda4883afd5193e1b26933a2aae2 (diff)
downloadgst-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a986011..b5fa43d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: