diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-05-11 17:23:20 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-05-11 17:23:20 +0000 |
commit | 065dc43a59df1b122a05325cba389ad760771dc0 (patch) | |
tree | 3407f65d74236af7d81350901524f1c905941e35 /docs/plugins/Makefile.am | |
parent | a6e1c4034411b0bb715f607eabe8641d92450752 (diff) | |
download | gst-plugins-bad-065dc43a59df1b122a05325cba389ad760771dc0.tar.gz gst-plugins-bad-065dc43a59df1b122a05325cba389ad760771dc0.tar.bz2 gst-plugins-bad-065dc43a59df1b122a05325cba389ad760771dc0.zip |
Random doc of the day: the deinterlace element.
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-gstinterlace.xml:
* gst/deinterlace/gstdeinterlace.c:
* gst/deinterlace/gstdeinterlace.h:
Random doc of the day: the deinterlace element.
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r-- | docs/plugins/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 9e4a7cde..a96d2029 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -111,6 +111,7 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/theora/theoradec.h \ $(top_srcdir)/ext/timidity/gsttimidity.h \ $(top_srcdir)/ext/timidity/gstwildmidi.h \ + $(top_srcdir)/gst/deinterlace/gstdeinterlace.h \ $(top_srcdir)/gst/dvdspu/gstdvdspu.h \ $(top_srcdir)/gst/festival/gstfestival.h \ $(top_srcdir)/gst/modplug/gstmodplug.h \ |