summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-02-26 12:01:37 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-02-26 12:01:37 +0000
commit84ac3f0c567fd117d76abdc17856b85651730b39 (patch)
tree9f7dcc4f11b0ea0eaafa96981ea6010cfe38b889 /ChangeLog
parent5a0a89a8a09257ec2bdb3bed9f3269101fcad9fb (diff)
downloadgst-plugins-bad-84ac3f0c567fd117d76abdc17856b85651730b39.tar.gz
gst-plugins-bad-84ac3f0c567fd117d76abdc17856b85651730b39.tar.bz2
gst-plugins-bad-84ac3f0c567fd117d76abdc17856b85651730b39.zip
gst/selector/gstoutputselector.c: Fix changing to same pad twice before a chain call.
Original commit message from CVS: * gst/selector/gstoutputselector.c: Fix changing to same pad twice before a chain call.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d482b511..d4aa46b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-26 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/selector/gstoutputselector.c:
+ Fix changing to same pad twice before a chain call.
+
2008-02-26 Sebastian Dröge <slomo@circular-chaos.org>
Patch by: Daniel Fischer <dan at f3c dot com>