summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-03-04 13:41:00 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-03-04 13:41:00 +0000
commit382d7f0ba54a4752275446e613b1b295203e9dbf (patch)
tree8991469dee051c6494c971bbd9cc7607e05889a1 /ChangeLog
parent63886c8b3c8a06f7b3815d862ae97175a0175991 (diff)
ext/dv/gstdvdec.c: Use gst_pad_new_from_static_template instead of static_pad_template_get+pad_new.
Original commit message from CVS: * ext/dv/gstdvdec.c: (gst_dvdec_init): Use gst_pad_new_from_static_template instead of static_pad_template_get+pad_new.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01e3902c..e0193606 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * ext/dv/gstdvdec.c: (gst_dvdec_init):
+ Use gst_pad_new_from_static_template instead of
+ static_pad_template_get+pad_new.
+
2007-03-03 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Loïc Minier <lool+gnome at via ecp fr>