ext/ffmpeg/gstffmpegenc.c: Fix pad_link function to handle formats that ffmpeg return...
authorDavid Schleef <ds@schleef.org>
Fri, 9 Jan 2004 01:53:31 +0000 (01:53 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 9 Jan 2004 01:53:31 +0000 (01:53 +0000)
commit2e20e4ccdf0b9f49f77fa4cb6a8a2ebabf74f12d
treece63db0bf48ee96d6c824c290dd77ad0cb0ae600
parente83494a26f0b70242b0d0b698e6520605340d8c7
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().
ext/ffmpeg/gstffmpegenc.c