summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Holmes <iain@prettypeople.org>2004-09-26 15:06:35 +0000
committerIain Holmes <iain@prettypeople.org>2004-09-26 15:06:35 +0000
commit1dc1e50ea07111598871f45035f51d0c0e4a9202 (patch)
treeea3993ab1b705f0a591509c6225f541c7137bbd7
parentaedb2eb2bcd1785e11f6a3c20531cbdbdc43aa33 (diff)
downloadgst-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 083c8a11..d807c8b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,