gstreamer/gst/videofilter
David Schleef 756480d6d5 ext/ffmpeg/gstffmpegenc.c: Fix pad_link function to handle formats that ffmpeg returns as multiple caps structures.
Original commit message from CVS:
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
Fix pad_link function to handle formats that ffmpeg returns
as multiple caps structures.
* gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
Only complain if source buffer is _smaller_ than expected.
* gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
(gst_videoscale_handle_src_event): Resize navigation events
when passing them upstream.
* gst/videotestsrc/gstvideotestsrc.c:
* gst/videotestsrc/gstvideotestsrc.h:
* gst/videotestsrc/videotestsrc.c:
* gst/videotestsrc/videotestsrc.h:
Rewrite many of the buffer painting functions to handle odd
sizes (for many formats, size%4!=0 or size%8!=0).  Most have
been verified to work with my video card.
* testsuite/gst-lint:  Add check for elements calling
gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
2004-01-09 01:53:31 +00:00
..
.gitignore add cvsignores 2003-09-11 19:17:02 +00:00
gstvideobalance.c remove copyright field from plugins 2003-12-04 10:37:38 +00:00
gstvideobalance.h Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... 2003-11-07 12:47:01 +00:00
gstvideofilter.c ext/ffmpeg/gstffmpegenc.c: Fix pad_link function to handle formats that ffmpeg returns as multiple caps structures. 2004-01-09 01:53:31 +00:00
gstvideofilter.h Negotiation fixes. 2003-12-31 08:02:04 +00:00
gstvideoflip.c remove copyright field from plugins 2003-12-04 10:37:38 +00:00
gstvideoflip.h much cleanup hacking made possible by plugin changes 2003-11-08 02:52:41 +00:00
gstvideotemplate.c Convert make_filter to sh. Add make_filter's id to the output 2004-01-07 21:07:12 +00:00
make_filter Fix the regular expressions and quote properly 2004-01-07 21:33:01 +00:00
Makefile.am Handle builddir != srcdir builds with making gstvideoexample.c 2004-01-07 21:36:52 +00:00