gstreamer/tests
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
..
check rtph263ppay: accept any h263 input unless downstream forces specific requirements 2012-07-06 11:57:38 +01:00
examples tests: do not use deprecated gtk+ symbols 2012-07-03 09:54:15 +01:00
files tests: dist test file used in matroskaparse unit test 2011-12-11 17:24:11 +00:00
icles tests: do not use deprecated gtk+ symbols 2012-07-03 09:54:15 +01:00
Makefile.am tests: don't build examples if --disable-examples was passed to configure 2009-05-05 13:23:45 +01:00