diff options
author | Iain Holmes <iain@prettypeople.org> | 2004-09-26 15:06:35 +0000 |
---|---|---|
committer | Iain Holmes <iain@prettypeople.org> | 2004-09-26 15:06:35 +0000 |
commit | 1dc1e50ea07111598871f45035f51d0c0e4a9202 (patch) | |
tree | ea3993ab1b705f0a591509c6225f541c7137bbd7 | |
parent | aedb2eb2bcd1785e11f6a3c20531cbdbdc43aa33 (diff) | |
download | gst-plugins-bad-1dc1e50ea07111598871f45035f51d0c0e4a9202.tar.gz gst-plugins-bad-1dc1e50ea07111598871f45035f51d0c0e4a9202.tar.bz2 gst-plugins-bad-1dc1e50ea07111598871f45035f51d0c0e4a9202.zip |
Company's wisdom:
Original commit message from CVS:
Company's wisdom:
Events should be passed on using the sinkpad's default handler not the src
Seek events only go upstream, so send a discont downstream instead.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-09-26 Iain <iaingnome@gmail.com> + + * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to + call the sinkpad's default event handler and not the srcpads. He also + says this is confusing :) + (gst_wavenc_stop_file): Company says that seek events only go upstream + we should send a discontinuous downstream instead. + 2004-09-25 Christian Schaller <christian@fluendo.com> * Update SPEC file to be usable in conjunction with Fedora Core, |