summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>2009-01-13 19:09:19 +0000
committerMichael Smith <msmith@xiph.org>2009-01-13 19:09:19 +0000
commit5f5ae768b88671df1e5d3e55e5df41d832f7c008 (patch)
treea0ceab76a95bb2dbda83b5001befd66c6fa55207 /ChangeLog
parentb7d55c18de78690d17f35f63919ab9c09a0b72c8 (diff)
gst/qtdemux/qtdemux.c: Fix format string for guint64.
Original commit message from CVS: Patch by: Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br> * gst/qtdemux/qtdemux.c: Fix format string for guint64.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6463a2a..c336b1f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-01-13 Michael Smith <msmith@songbirdnest.com>
+ Patch by: Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>
+ * gst/qtdemux/qtdemux.c:
+ Fix format string for guint64.
+
+2009-01-13 Michael Smith <msmith@songbirdnest.com>
+
* sys/osxaudio/Makefile.am:
osxaudio plugin now requires AudioUnit framework, so link against that.
Clean up tabs v spaces while I'm there.