summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2006-04-10 15:48:55 +0000
committerMichael Smith <msmith@xiph.org>2006-04-10 15:48:55 +0000
commit683ed4dc0ca84428abd3c71687e8bdc11e27dce4 (patch)
treefcdb7affca659b543d37b91d84d015bb98ebaef6 /ChangeLog
parent2fb7648fbe7a94a12f846204faa705a428f5cf89 (diff)
ext/annodex/gstcmmlenc.c: Use copies of header buffers for caps to avoid circular refcounting problems (as in theorad...
Original commit message from CVS: * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps): Use copies of header buffers for caps to avoid circular refcounting problems (as in theoradec, vorbisdec). * tests/check/elements/cmmldec.c: (GST_START_TEST): Fix a typo in test that meant it was testing the wrong thing. * tests/check/elements/cmmlenc.c: (check_headers): Fix refcount checks now that we use buffer-copies for caps.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94165bf8..29ea9cd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-04-10 Michael Smith <msmith@fluendo.com>
+
+ * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
+ Use copies of header buffers for caps to avoid circular refcounting
+ problems (as in theoradec, vorbisdec).
+
+ * tests/check/elements/cmmldec.c: (GST_START_TEST):
+ Fix a typo in test that meant it was testing the wrong thing.
+
+ * tests/check/elements/cmmlenc.c: (check_headers):
+ Fix refcount checks now that we use buffer-copies for caps.
+
2006-04-10 Tim-Philipp Müller <tim at centricular dot net>
* gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),