summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-03-20 18:34:21 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-03-20 18:34:21 +0000
commitd2d26594f9b39f142f8a706fe54be10cefb8255d (patch)
treec792b3d953ab8a93a7dfd57d8b48ee73574e6c1a /ChangeLog
parent1af582d518d5f2f4add7ee60b04e4d63a8227546 (diff)
gst/matroska/ebml-write.c: Ensure that we set correct caps on buffers that are transferred direct from the input.
Original commit message from CVS: * gst/matroska/ebml-write.c: (gst_ebml_write_element_push): Ensure that we set correct caps on buffers that are transferred direct from the input.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 978a44b5..d0294cdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-03-20 Jan Schmidt <thaytan@mad.scientist.com>
+ * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
+ Ensure that we set correct caps on buffers that are transferred
+ direct from the input.
+
+2006-03-20 Jan Schmidt <thaytan@mad.scientist.com>
+
* gst/goom/filters.c: (zoomFilterDestroy):
* gst/goom/goom_core.c: (goom_close):
Free filter data when cleaning up. (Fixes: #334995)