From e88984ccbd4b2b7b5527cbc3ff488c5c85bb1e97 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Sun, 15 Feb 2009 18:35:04 +0000 Subject: add new Kate plugin, for Kate overlay streams katedec: Kate decoder (text only) kateenc: Kate encoder (text and DVD SPU only) katetag: Kate tagger kateparse: Kate parser tiger: Kate renderer using the Tiger rendering library Fixes #525743. --- docs/plugins/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/plugins/Makefile.am') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 2bda68f2..98598b17 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -100,6 +100,11 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/ivorbis/vorbisdec.h \ $(top_srcdir)/ext/jack/gstjackaudiosrc.h \ $(top_srcdir)/ext/jack/gstjackaudiosink.h \ + $(top_srcdir)/ext/kate/gstkateenc.h \ + $(top_srcdir)/ext/kate/gstkatedec.h \ + $(top_srcdir)/ext/kate/gstkateparse.h \ + $(top_srcdir)/ext/kate/gstkatetag.h \ + $(top_srcdir)/ext/kate/gstkatetiger.h \ $(top_srcdir)/ext/musicbrainz/gsttrm.h \ $(top_srcdir)/ext/metadata/gstbasemetadata.h \ $(top_srcdir)/ext/metadata/gstmetadatademux.h \ -- cgit v1.2.1 From 277327e4e5ee677bfd6ddd9e04f8135205f16f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 21 Jul 2009 13:37:20 +0100 Subject: docs: add pcapparse to docs --- docs/plugins/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/plugins/Makefile.am') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 98598b17..a39a56bd 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -140,6 +140,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/mxf/mxfdemux.h \ $(top_srcdir)/gst/mxf/mxfmux.h \ $(top_srcdir)/gst/nuvdemux/gstnuvdemux.h \ + $(top_srcdir)/gst/pcapparse/gstpcapparse.h \ $(top_srcdir)/gst/rawparse/gstaudioparse.h \ $(top_srcdir)/gst/rawparse/gstvideoparse.h \ $(top_srcdir)/gst/rtpmanager/gstrtpbin.h \ -- cgit v1.2.1 From 87a97e24d4b4e63dc2fa3a3a12f9b30bfbe54368 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 22 Jul 2009 18:01:12 +0300 Subject: docs: add docs for ladspa and update plugin docs Add also inspect files for lv2 and frei0r (no docs yet). --- docs/plugins/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/plugins/Makefile.am') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index a39a56bd..0a43f4ca 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -105,6 +105,7 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/kate/gstkateparse.h \ $(top_srcdir)/ext/kate/gstkatetag.h \ $(top_srcdir)/ext/kate/gstkatetiger.h \ + $(top_srcdir)/ext/ladspa/gstladspa.h \ $(top_srcdir)/ext/musicbrainz/gsttrm.h \ $(top_srcdir)/ext/metadata/gstbasemetadata.h \ $(top_srcdir)/ext/metadata/gstmetadatademux.h \ -- cgit v1.2.1