From f66a4fbe55c65cdcee436403dfed3831c46ba4a4 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sun, 9 Apr 2006 14:00:32 +0000 Subject: gst/matroska/ebml-read.c: Even better would be if we actually did the right thing here (also, G_GUINT64_CONSTANT only... Original commit message from CVS: * gst/matroska/ebml-read.c: (gst_ebml_read_sint): Even better would be if we actually did the right thing here (also, G_GUINT64_CONSTANT only exists since GLib-2.10). --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 76a98ef5..5e068b4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-09 Tim-Philipp Müller + + * gst/matroska/ebml-read.c: (gst_ebml_read_sint): + Even better would be if we actually did the right thing + here (also, G_GUINT64_CONSTANT only exists since GLib-2.10). + 2006-04-08 Tim-Philipp Müller * gst/matroska/ebml-read.c: (gst_ebml_read_sint): -- cgit