summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-02-06 11:57:52 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-02-06 11:57:52 +0000
commit323331a0514009bf47b8a3142e75d9c4a2bcc1d2 (patch)
tree0882a79d6b7d5450c54e893e60574bde23b7453b /ChangeLog
parent6f224b2556903b2205188508feadaaca286da9bd (diff)
tests/check/elements/matroskamux.c: Collectpads in core got changed and now also holds a reference to any pad that is...
Original commit message from CVS: * tests/check/elements/matroskamux.c: (setup_src_pad): Collectpads in core got changed and now also holds a reference to any pad that is part of it. Fix refcount checks in test case accordingly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6aada8fc..c8d9cdfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
+ * tests/check/elements/matroskamux.c: (setup_src_pad):
+ Collectpads in core got changed and now also holds a
+ reference to any pad that is part of it. Fix refcount
+ checks in test case accordingly.
+
+2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
+
* gst/apetag/gstapedemux.h:
Fix include, for now GstTagDemux is in the apetag dir.