summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-02-12 02:48:34 +0000
committerDavid Schleef <ds@schleef.org>2004-02-12 02:48:34 +0000
commit9869870eae7a5fe9642949d3a79aaa3ce910361c (patch)
treef21789e95061bf4873287d001c4909247d035ecf /ChangeLog
parent0e3940baf1fe652ff5d2144a19dcb1d5c69f716d (diff)
downloadgst-plugins-bad-9869870eae7a5fe9642949d3a79aaa3ce910361c.tar.gz
gst-plugins-bad-9869870eae7a5fe9642949d3a79aaa3ce910361c.tar.bz2
gst-plugins-bad-9869870eae7a5fe9642949d3a79aaa3ce910361c.zip
ext/lcs/gstcolorspace.c: Merge Ronald's patch (bug #117897) and update for new caps and negotiation. Seems to work, ...
Original commit message from CVS: * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format), (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter), (gst_colorspace_getcaps), (gst_colorspace_link), (gst_colorspace_base_init), (gst_colorspace_init), (gst_colorspace_chain), (gst_colorspace_change_state), (plugin_init): Merge Ronald's patch (bug #117897) and update for new caps and negotiation. Seems to work, although it shows off bugs in lcs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 285e3345..a2cb26f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2004-02-11 David Schleef <ds@schleef.org>
+ * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
+ (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
+ (gst_colorspace_getcaps), (gst_colorspace_link),
+ (gst_colorspace_base_init), (gst_colorspace_init),
+ (gst_colorspace_chain), (gst_colorspace_change_state),
+ (plugin_init): Merge Ronald's patch (bug #117897) and update
+ for new caps and negotiation. Seems to work, although it
+ shows off bugs in lcs.
+
+2004-02-11 David Schleef <ds@schleef.org>
+
* ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
(bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)