summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-05-22 18:55:09 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-05-22 18:55:09 +0000
commitc6f17c33887b5ceafefd21db820b1d1bbe596577 (patch)
treec48288ef5c990110e81cd88387ca9289f06ad2de /ChangeLog
parent464df32d53bd1a4ab570276d3af6da4da1b4321a (diff)
downloadgst-plugins-bad-c6f17c33887b5ceafefd21db820b1d1bbe596577.tar.gz
gst-plugins-bad-c6f17c33887b5ceafefd21db820b1d1bbe596577.tar.bz2
gst-plugins-bad-c6f17c33887b5ceafefd21db820b1d1bbe596577.zip
gst/interleave/deinterleave.*: Don't set a getcaps() function on the src pads as it's not required and the default ge...
Original commit message from CVS: * gst/interleave/deinterleave.c: (gst_deinterleave_base_init), (gst_deinterleave_class_init), (gst_deinterleave_init), (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps): * gst/interleave/deinterleave.h: Don't set a getcaps() function on the src pads as it's not required and the default getcaps() function returns the correct results for our src pads. Complete documentation and add myself to the authors of the element.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bacc906c..a6b786f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-05-22 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
+ (gst_deinterleave_class_init), (gst_deinterleave_init),
+ (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
+ * gst/interleave/deinterleave.h:
+ Don't set a getcaps() function on the src pads as it's not required
+ and the default getcaps() function returns the correct results for
+ our src pads.
+
+ Complete documentation and add myself to the authors of the element.
+
2008-05-22 Tim-Philipp Müller <tim.muller at collabora co uk>
* tests/icles/.cvsignore: