diff options
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2008-08-12 13:08:39 +0000 |
---|---|---|
committer | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2008-08-12 13:08:39 +0000 |
commit | edf32882a0eeb95168aa177a29e60dd5acbb9412 (patch) | |
tree | 3de48e6af9313079a616406f38acb960fd519c13 /docs/plugins/Makefile.am | |
parent | be6a492ed50086a11caa0238aab3a237dc6ee715 (diff) | |
download | gst-plugins-bad-edf32882a0eeb95168aa177a29e60dd5acbb9412.tar.gz gst-plugins-bad-edf32882a0eeb95168aa177a29e60dd5acbb9412.tar.bz2 gst-plugins-bad-edf32882a0eeb95168aa177a29e60dd5acbb9412.zip |
Add documentation and unit test for x264enc.
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:
* ext/x264/gstx264enc.c:
* tests/check/Makefile.am:
* tests/check/elements/x264enc.c: (setup_x264enc),
(cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
Add documentation and unit test for x264enc.
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 b1cf7859..5a4c69ab 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -116,6 +116,7 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/timidity/gsttimidity.h \ $(top_srcdir)/ext/timidity/gstwildmidi.h \ $(top_srcdir)/ext/twolame/gsttwolame.h \ + $(top_srcdir)/ext/x264/gstx264enc.h \ $(top_srcdir)/gst/deinterlace/gstdeinterlace.h \ $(top_srcdir)/gst/dvdspu/gstdvdspu.h \ $(top_srcdir)/gst/festival/gstfestival.h \ |