summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-05-29 19:11:47 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-05-29 19:11:47 +0000
commit777fc07237c6f4b11e89ca5f5d68e4492f7a6930 (patch)
tree3d9ae1e234480f5d322aeb0585390c9e6603a6f6 /ChangeLog
parent8d55304d61a6a7e970a2e00f8129378921899b99 (diff)
downloadgstreamer-plugins-bad-777fc07237c6f4b11e89ca5f5d68e4492f7a6930.tar.gz
examples/directfb/gstdfb.c: Don't use the deprecated gst_element_get_pad().
Original commit message from CVS: * examples/directfb/gstdfb.c: (main): Don't use the deprecated gst_element_get_pad().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26962d361..b719efb64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * examples/directfb/gstdfb.c: (main):
+ Don't use the deprecated gst_element_get_pad().
+
2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
Based on patch by: <onkarshinde at gmail dot com>