docs/plugins/: Add videocrop to docs.
authorTim-Philipp Müller <tim@centricular.net>
Sat, 2 Sep 2006 18:49:01 +0000 (18:49 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 2 Sep 2006 18:49:01 +0000 (18:49 +0000)
commit02560091bfdfe3076211bacf39a825ed451f930c
tree91d0ea424cd7172d9d8aa21f6e786f5c879348bb
parent18917b8ab625f56833a2aad867ff2f850339034f
docs/plugins/: Add videocrop to docs.

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/gst-plugins-bad-plugins.hierarchy:
Add videocrop to docs.
* gst/videocrop/Makefile.am:
* gst/videocrop/gstvideocrop.c:
* gst/videocrop/gstvideocrop.h:
Move boilerplate stuff and structures into a header file.
* tests/check/Makefile.am:
* tests/check/elements/.cvsignore:
* tests/check/elements/videocrop.c: (video_crop_get_test_caps),
(test_unit_sizes), (videocrop_test_cropping_init_context),
(videocrop_test_cropping_deinit_context),
(videocrop_test_cropping), (test_cropping), (videocrop_suite):
Add unit tests for videocrop.
gst/videocrop/Makefile.am
gst/videocrop/gstvideocrop.c
gst/videocrop/gstvideocrop.h [new file with mode: 0644]
tests/check/elements/videocrop.c [new file with mode: 0644]