diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-28 18:57:09 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-28 18:57:09 +0000 |
commit | 2caa461591a1dc3ce9064afe586e3aaaf5f9fed8 (patch) | |
tree | c1548b6173e1a07f29a7a4ea6d076d04befb304d /docs/plugins/Makefile.am | |
parent | 977f5cf0532d37ac9cf99dc3519d0b5cc45af53c (diff) |
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.
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r-- | docs/plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 = \ |