gstreamer/tests/check
Tim-Philipp Müller 48706beb70 rtph263ppay: accept any h263 input unless downstream forces specific requirements
rtph263ppay should accept any input compatible with its sink template
caps if it just outputs to e.g. udpsink or fakesink.

rtph263ppay ! rtph263pdepay should also work with any compatible input.
This would fail before with not-negotiated errors because the get_caps
function would see the encoding-name in the depayloader's template caps
and default to baseline H.263 because there's no profile/level information
in those caps, which is the right thing to do if downstream has filtercaps
from an SDP, but not if those fields are absent because they can be
anything like with the depayloader's template caps. Makes

  videotestsrc ! avenc_h263p ! rtph263ppay ! rtph263pdepay ! fakesink

work.
2012-07-06 11:57:38 +01:00
..
elements rtph263ppay: accept any h263 input unless downstream forces specific requirements 2012-07-06 11:57:38 +01:00
generic tests: fix some unit tests 2012-01-03 10:26:48 +01:00
pipelines tests: disable simple smokeenc/dec launch lines test 2012-04-09 12:55:34 +01:00
.gitignore tests: ignore sub-directory with orc tests 2010-06-17 16:41:56 +01:00
gst-plugins-good.supp Add a few libjpeg suppressions and initialize a variable to make smokeenc valgrind clean. Fixes bug #515701. 2008-02-12 05:14:16 +00:00
Makefile.am annodex: remove annodex plugin and CMML elements 2012-05-13 19:21:19 +01:00