summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-04-09 12:02:55 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-04-09 12:02:55 +0000
commit0db4cb524f09149c85f6ab826fa1646a3c7c40d7 (patch)
tree28e8b3f91287623f0df61d97db5950b8f9753558 /ChangeLog
parent0525a5d213bdf3bdb476888c2af8e2bffd1f48d8 (diff)
gst/matroska/: Fix the Forte build by making function declaration signatures match the implementations.
Original commit message from CVS: * gst/matroska/ebml-read.c: (gst_ebml_read_seek): * gst/matroska/matroska-demux.c: (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_parse_contents_seekentry), (gst_matroska_demux_loop): Fix the Forte build by making function declaration signatures match the implementations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41a28f72..2dfa8430 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-04-09 Jan Schmidt <Jan.Schmidt@sun.com>
+
+ * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
+ * gst/matroska/matroska-demux.c:
+ (gst_matroska_demux_handle_seek_event),
+ (gst_matroska_demux_parse_contents_seekentry),
+ (gst_matroska_demux_loop):
+ Fix the Forte build by making function declaration signatures
+ match the implementations.
+
2008-04-08 Tim-Philipp Müller <tim at centricular dot net>
* sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):