summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-05-04 14:39:29 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-05-04 14:39:29 +0000
commitf683e8e33c869d5671aee196549b14fffcd5b3ae (patch)
tree5a084de37c5e6b5238dada43f17002f3ff7a6065
parentfa047d23baf61cec62adb6c0440b22fa13a1ed2e (diff)
ext/mpeg2enc/gstmpeg2enc.cc: call the parent dispose function to avoid segfault on destroy.
Original commit message from CVS: * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the parent dispose function to avoid segfault on destroy.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5826637..eb1259ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-04 Wim Taymans <wim@fluendo.com>
+
+ * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
+ parent dispose function to avoid segfault on destroy.
+
2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
* sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),