summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-06-01 14:36:04 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-06-01 14:36:04 +0000
commit8540f4748564d524a7194f3b35336016c8bcad6a (patch)
treea69c71df4276a0b0010a5a34f60f5225fdaa3008 /ChangeLog
parent54cadb7e0f43e2f2c9dc7e52b69a743162905bdf (diff)
downloadgst-plugins-bad-8540f4748564d524a7194f3b35336016c8bcad6a.tar.gz
gst-plugins-bad-8540f4748564d524a7194f3b35336016c8bcad6a.tar.bz2
gst-plugins-bad-8540f4748564d524a7194f3b35336016c8bcad6a.zip
Add plugin to generate a pattern detectable by videodetect.
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/inspect/plugin-videosignal.xml: * gst/videosignal/Makefile.am: * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps), (gst_video_mark_draw_box), (gst_video_mark_420), (gst_video_mark_transform_ip), (gst_video_mark_set_property), (gst_video_mark_get_property), (gst_video_mark_base_init), (gst_video_mark_class_init), (gst_video_mark_init), (gst_video_mark_get_type): * gst/videosignal/gstvideomark.h: * gst/videosignal/gstvideosignal.c: (plugin_init): Add plugin to generate a pattern detectable by videodetect.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98550e9c..75dca30a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2007-06-01 Wim Taymans <wim@fluendo.com>
+
+ * docs/plugins/Makefile.am:
+ * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
+ * docs/plugins/gst-plugins-bad-plugins-sections.txt:
+ * docs/plugins/inspect/plugin-videosignal.xml:
+ * gst/videosignal/Makefile.am:
+ * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
+ (gst_video_mark_draw_box), (gst_video_mark_420),
+ (gst_video_mark_transform_ip), (gst_video_mark_set_property),
+ (gst_video_mark_get_property), (gst_video_mark_base_init),
+ (gst_video_mark_class_init), (gst_video_mark_init),
+ (gst_video_mark_get_type):
+ * gst/videosignal/gstvideomark.h:
+ * gst/videosignal/gstvideosignal.c: (plugin_init):
+ Add plugin to generate a pattern detectable by videodetect.
+
2007-06-01 Tim-Philipp Müller <tim at centricular dot net>
* ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):