summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-04-11 13:57:03 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-04-11 13:57:03 +0000
commita1023d43ceed1be7f3739289d40f1ee7ff2a6876 (patch)
tree3e95c22cc8ff0f758f7eaed3a0a1d5660654c4f8 /ChangeLog
parent2079938fc2dbc5672bd4505eb7d74cee61469d82 (diff)
downloadgst-plugins-bad-a1023d43ceed1be7f3739289d40f1ee7ff2a6876.tar.gz
gst-plugins-bad-a1023d43ceed1be7f3739289d40f1ee7ff2a6876.tar.bz2
gst-plugins-bad-a1023d43ceed1be7f3739289d40f1ee7ff2a6876.zip
configure.ac: Bump core/base requirements to released versions to avoid confusion.
Original commit message from CVS: * configure.ac: Bump core/base requirements to released versions to avoid confusion. * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug), (GST_CAT_DEFAULT), (gst_deinterlace_base_init), (gst_deinterlace_set_caps), (plugin_init): Add debug category, use _set_element_details_simple and remove special code path for Y42B to calculate offsets and strides; libgstvideo knows how to handle this format now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92b40b88..303508a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2008-04-11 Tim-Philipp Müller <tim at centricular dot net>
+ * configure.ac:
+ Bump core/base requirements to released versions to avoid
+ confusion.
+
+ * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
+ (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
+ (gst_deinterlace_set_caps), (plugin_init):
+ Add debug category, use _set_element_details_simple and
+ remove special code path for Y42B to calculate offsets and
+ strides; libgstvideo knows how to handle this format now.
+
+2008-04-11 Tim-Philipp Müller <tim at centricular dot net>
+
* gst/cdxaparse/Makefile.am:
* gst/cdxaparse/gstcdxaparse.c:
* gst/cdxaparse/gstcdxastrip.c: