summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-11-12 17:21:59 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-11-12 17:21:59 +0000
commit8deb4fbd925656c38ad5b6553769e524e707dba9 (patch)
tree2a9474d1327ba74ca6798c8b0ae25f457a322975 /ChangeLog
parent8ae866e5c6ea204034e9fb371a66db2d34dbabec (diff)
gst/: Drop EOS in _handle_src_event(). Fix the refcount in qtdemux that previous commit messed up.
Original commit message from CVS: * gst/avi/gstavidemux.c: * gst/qtdemux/qtdemux.c: Drop EOS in _handle_src_event(). Fix the refcount in qtdemux that previous commit messed up.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d5bd560..5aaf4c31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* gst/avi/gstavidemux.c:
* gst/qtdemux/qtdemux.c:
+ Drop EOS in _handle_src_event(). Fix the refcount in qtdemux that
+ previous commit messed up.
+
+2007-11-12 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/avi/gstavidemux.c:
+ * gst/qtdemux/qtdemux.c:
Sync _handle_src_event() with oggdemux. In avidemux also ref the
element when we should, but not when we its not needed.