summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2008-06-23 16:13:40 +0000
committerJulien Moutte <julien@moutte.net>2008-06-23 16:13:40 +0000
commit75c5d2e4efe9b19c3e1033557c93c2db621bddd7 (patch)
tree5c172b14a1c1da65f98a6445e71a12e7d3307e84 /ChangeLog
parentb3ac90d9e88e0e3455b902084bd077fe7197d6a1 (diff)
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 <julien@fluendo.com> * 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...)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b26dd27..5c358bae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-23 Julien Moutte <julien@fluendo.com>
+
+ * 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 <thomas at apestaart dot org>
* gst/rtp/gstrtptheorapay.c: