From 2caa461591a1dc3ce9064afe586e3aaaf5f9fed8 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 28 Apr 2006 18:57:09 +0000 Subject: Move ximagesrc plug-in to good after review. Fixes #336756. Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init), (gst_cmml_enc_push_clip): * sys/Makefile.am: * sys/ximage/Makefile.am: * sys/ximage/gstximagesrc.c: Move ximagesrc plug-in to good after review. Fixes #336756. --- 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 dd73972f..f07b1d41 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -100,7 +100,8 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/udp/gstmultiudpsink.h \ $(top_srcdir)/gst/videofilter/gstvideoflip.h \ $(top_srcdir)/gst/videofilter/gstvideobalance.h \ - $(top_srcdir)/gst/videomixer/videomixer.c + $(top_srcdir)/gst/videomixer/videomixer.c \ + $(top_srcdir)/sys/ximage/gstximagesrc.h # example code that needs to be converted to xml and placed in xml/ EXAMPLE_CFILES = \ -- cgit