summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2004-01-02 15:32:40 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2004-01-02 15:32:40 +0000
commitf2d32bfef6200bd5755827b3eeb5c701dd355635 (patch)
tree1a7274671da310fb21145abf1641fec316f91673
parent61e108f28f3b951511ebd3f473d9175038b20743 (diff)
downloadgst-plugins-bad-f2d32bfef6200bd5755827b3eeb5c701dd355635.tar.gz
gst-plugins-bad-f2d32bfef6200bd5755827b3eeb5c701dd355635.tar.bz2
gst-plugins-bad-f2d32bfef6200bd5755827b3eeb5c701dd355635.zip
src pad was being created twice - oops.
Original commit message from CVS: src pad was being created twice - oops.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 996e00f3..fed46066 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * gst/cutter/gstcutter.c: (gst_cutter_init):
+ src pad was being created twice - oops.
+
2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
* sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):