From 8540f4748564d524a7194f3b35336016c8bcad6a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 1 Jun 2007 14:36:04 +0000 Subject: 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. --- docs/plugins/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/plugins/Makefile.am') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 380ef772..418ae120 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -113,7 +113,8 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/rtpmanager/gstrtpssrcdemux.h \ $(top_srcdir)/gst/videocrop/gstvideocrop.h \ $(top_srcdir)/gst/videosignal/gstvideoanalyse.h \ - $(top_srcdir)/gst/videosignal/gstvideodetect.h + $(top_srcdir)/gst/videosignal/gstvideodetect.h \ + $(top_srcdir)/gst/videosignal/gstvideomark.h # Images to copy into HTML directory. HTML_IMAGES = -- cgit v1.2.1