summaryrefslogtreecommitdiffstats
path: root/gst/videocrop/gstaspectratiocrop.c
Commit message (Collapse)AuthorAgeFilesLines
* aspectratiocrop: Don't forget to call parent finalize implementation.Edward Hervey2009-02-101-0/+2
| | | | This fixes a memory leak (leaking the contained elements of the bin).
* Only unref the peer when there is one.Thijs Vermeir2009-01-291-1/+1
|
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-4/+6
| | | | Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered.
* Add unit test for aspectratiocrop Fixes bug #527951Thijs Vermeir2009-01-251-85/+180
| | | | | Add unit test for aspectratiocrop and refactor this element. Added finalize function to cleanup leaking mutex.
* Add documentation for aspectratiocropThijs Vermeir2009-01-241-0/+15
|
* Add aspectratiocrop element. Fixes bug #527951Thijs Vermeir2009-01-231-0/+342
Add new aspectratiocrop element that crops the video to a specified aspect ratio using videocrop.