diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-05-24 16:03:40 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-05-24 16:03:40 +0000 |
commit | 8d05a0f266d26059f1972d871aa1b1d3e2fdd752 (patch) | |
tree | 6de802d6e6617bd9b6b623d68e39a4219f6c6f2a /ChangeLog | |
parent | e34cbad0658d931241dae14b78ba514707b089eb (diff) |
ext/dv/gstdvdemux.c: Implement EOS correctly by either posting
Original commit message from CVS:
* ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
Implement EOS correctly by either posting
SEGMENT_DONE or pushing an EOS message depending
on the seek type. Fixes #342592
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2006-05-24 Wim Taymans <wim@fluendo.com> + * ext/dv/gstdvdemux.c: (gst_dvdemux_loop): + Implement EOS correctly by either posting + SEGMENT_DONE or pushing an EOS message depending + on the seek type. Fixes #342592 + +2006-05-24 Wim Taymans <wim@fluendo.com> + * gst/law/alaw-decode.c: (gst_alawdec_chain): * gst/law/alaw-decode.h: * gst/law/alaw-encode.c: (gst_alawenc_chain): |