summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-05-04 14:31:16 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-05-04 14:31:16 +0000
commit517396000b7170fae047a9568b29dbe7648c9721 (patch)
tree7961416935534f90f68bf99ffc8a4c89e0b61cb2
parentd625ac6454f466d0dfd32dcfc9f59dddd77b1748 (diff)
downloadgst-plugins-bad-517396000b7170fae047a9568b29dbe7648c9721.tar.gz
gst-plugins-bad-517396000b7170fae047a9568b29dbe7648c9721.tar.bz2
gst-plugins-bad-517396000b7170fae047a9568b29dbe7648c9721.zip
ext/cairo/: Make work with future Cairo 0.5 API. Modified patch so that things keep working with the current Cairo re...
Original commit message from CVS: Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text): * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_planar411): Make work with future Cairo 0.5 API. Modified patch so that things keep working with the current Cairo release (#30222).
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07068269..f6f029c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-05-04 William Jon McCann <mccann@jhu.edu>
+
+ Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text):
+ * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_planar411):
+ Make work with future Cairo 0.5 API. Modified patch so
+ that things keep working with the current Cairo release
+ (#30222).
+
2005-05-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/mad/gstmad.c: (gst_mad_chain):