summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-01-22 03:25:16 +0000
committerDavid Schleef <ds@schleef.org>2004-01-22 03:25:16 +0000
commita70c9dd619a5a1ac701db506d8a180678f2afe5a (patch)
treecefebe8bdfa31c8bda203a802da7532e4d3ddad6 /ChangeLog
parentbfb968a9baa0d45e063088f82dc4225acfebf0c1 (diff)
downloadgst-plugins-bad-a70c9dd619a5a1ac701db506d8a180678f2afe5a.tar.gz
gst-plugins-bad-a70c9dd619a5a1ac701db506d8a180678f2afe5a.tar.bz2
gst-plugins-bad-a70c9dd619a5a1ac701db506d8a180678f2afe5a.zip
ext/swfdec/gstswfdec.*: Fix negotiation.
Original commit message from CVS: * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps), (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop), (gst_swfdec_init), (gst_swfdec_change_state): * ext/swfdec/gstswfdec.h: Fix negotiation. * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init), (gst_adder_request_new_pad): Fix negotiation. * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate): Add a fixate function. * gst/intfloat/gstfloat2int.c: * gst/intfloat/gstfloat2int.h: * gst/intfloat/gstint2float.c: * gst/intfloat/gstint2float.h: Completely rewrite the negotiation. Doesn't quite work yet, due to some buffer-frames problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3605fb6d..6b91401e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2004-01-21 David Schleef <ds@schleef.org>
+
+ * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
+ (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
+ (gst_swfdec_init), (gst_swfdec_change_state):
+ * ext/swfdec/gstswfdec.h:
+ Fix negotiation.
+ * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
+ (gst_adder_request_new_pad): Fix negotiation.
+ * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
+ Add a fixate function.
+ * gst/intfloat/gstfloat2int.c:
+ * gst/intfloat/gstfloat2int.h:
+ * gst/intfloat/gstint2float.c:
+ * gst/intfloat/gstint2float.h:
+ Completely rewrite the negotiation. Doesn't quite work yet,
+ due to some buffer-frames problem.
+
2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/gnomevfs/gstgnomevfssrc.c: