summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2008-08-29 00:27:28 +0000
committerMichael Smith <msmith@xiph.org>2008-08-29 00:27:28 +0000
commit7d4c7bf635020ce6d13e6a9ae850e66df9aae074 (patch)
tree90978b8541095d31538f09c3b4c529d75142b35a /ChangeLog
parent35168b4a41c275a85ce68ecbeb0469fc387b8491 (diff)
ext/ffmpeg/gstffmpegdemux.c: gst_pad_template_new() takes ownership of caps; ref them beforehand since we want to kee...
Original commit message from CVS: * ext/ffmpeg/gstffmpegdemux.c: gst_pad_template_new() takes ownership of caps; ref them beforehand since we want to keep using them afterwards.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 454c392..d178a82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-28 Michael Smith <msmith@songbirdnest.com>
+
+ * ext/ffmpeg/gstffmpegdemux.c:
+ gst_pad_template_new() takes ownership of caps; ref them beforehand
+ since we want to keep using them afterwards.
+
2008-08-28 Edward Hervey <edward.hervey@collabora.co.uk>
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ff_aud_caps_new):