From 75c5d2e4efe9b19c3e1033557c93c2db621bddd7 Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Mon, 23 Jun 2008 16:13:40 +0000 Subject: gst/matroska/matroska-demux.c: Fix buggy format strings in macros. (makes it build on OS X again...) Original commit message from CVS: 2008-06-23 Julien Moutte * gst/matroska/matroska-demux.c: (gst_matroska_demux_read_track_encoding), (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy format strings in macros. (makes it build on OS X again...) --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6b26dd27..5c358bae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-06-23 Julien Moutte + + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_read_track_encoding), + (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy + format strings in macros. (makes it build on OS X again...) + 2008-06-20 Thomas Vander Stichele * gst/rtp/gstrtptheorapay.c: -- cgit