gstreamer/tests/check/elements
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
..
.gitignore annodex: remove annodex plugin and CMML elements 2012-05-13 19:21:19 +01:00
aacparse.c audioparsers: refactor existing unit tests using common helper 2011-04-08 18:07:08 +01:00
ac3parse.c ac3parse: Add support for IEC 61937 alignment 2011-07-26 10:40:00 +05:30
alphacolor.c tests: update some tests for new memory api 2012-01-31 13:42:55 +01:00
amrparse.c audioparsers: refactor existing unit tests using common helper 2011-04-08 18:07:08 +01:00
apev2mux.c tests: improve tagmux tests 2012-02-07 10:47:19 +01:00
aspectratiocrop.c fix Y800 format 2012-06-06 13:00:58 +02:00
audioamplify.c tests: update for memory api changes 2012-03-21 13:22:43 +01:00
audiochebband.c update for memory api changes 2012-03-15 13:36:17 +01:00
audiocheblimit.c update for memory api changes 2012-03-15 13:36:17 +01:00
audiodynamic.c tests: audiodynamic: correctly port original test to mind in place transform 2012-03-28 12:23:56 +02:00
audioecho.c tests: update for memory api changes 2012-03-21 13:22:43 +01:00
audiofirfilter.c tests: audiofirfilter: negotiate the intended raw audio format 2012-03-28 12:23:56 +02:00
audioiirfilter.c Suppress deprecation warnings in selected files, for g_value_array_* mostly 2012-02-27 14:47:25 +01:00
audioinvert.c tests: fix more unit tests 2012-02-06 13:29:24 +01:00
audiopanorama.c tests: update for memory api changes 2012-03-21 13:22:43 +01:00
audiowsincband.c tests: audiowsincband: unmap examined output buffers 2012-03-29 17:22:04 +02:00
audiowsinclimit.c tests: arrange for sending an initial segment event 2012-03-23 18:49:01 +01:00
autodetect.c tests: improve more tests 2012-03-08 11:36:01 +01:00
avimux.c tests: avimux: adjust to modified sink pad template name 2012-03-23 18:49:01 +01:00
avisubtitle.c tests: fix some unit tests 2012-01-03 10:26:48 +01:00
capssetter.c tests: fix some more tests 2012-03-08 11:20:43 +01:00
deinterlace.c tests: disable deinterlace test for now, element still needs to be ported 2012-07-04 12:39:07 +01:00
deinterleave.c (de)interleave: fix ported unit test and enable as ported 2012-04-05 19:17:42 +02:00
equalizer.c update for child proxy api change 2012-03-31 15:43:49 +02:00
flacparse.c Merge branch 'master' into 0.11 2012-02-14 10:51:38 +01:00
flvdemux.c update for bus api changes 2012-06-20 12:31:01 +02:00
flvmux.c update for bus api changes 2012-06-20 12:31:01 +02:00
gdkpixbufsink.c tests: fix some more tests 2012-03-08 11:20:43 +01:00
icydemux.c tests: icydemux: activate internal test helper src pad 2012-03-27 14:05:27 +02:00
id3demux.c update for bus api changes 2012-06-20 12:31:01 +02:00
id3v2mux.c tests: improve tagmux tests 2012-02-07 10:47:19 +01:00
imagefreeze.c tests: imagefreeze: remove extraneous _unref 2012-03-23 18:49:01 +01:00
interleave.c update for audio api change 2012-06-08 10:11:12 +02:00
jpegenc.c tests: fix jpeg test 2012-02-07 10:30:28 +01:00
level.c tests: fix up level test for GstValueList -> GValueArray change 2012-02-18 11:38:36 +00:00
matroskamux.c tests: fix matroskamux unit test after media type changes 2012-04-28 23:14:24 +01:00
matroskaparse.c tests: add basic unit test for matroskaparse 2011-11-23 01:00:17 +00:00
mpegaudioparse.c tests: mpegaudioparse: remove stray declaration 2012-02-09 22:13:11 +01:00
multifile.c tests: fix more tests 2012-02-06 15:52:49 +01:00
parser.c update for buffer changes 2012-03-28 12:53:05 +02:00
parser.h audioparsers: add flacparse unit test 2011-04-08 18:07:09 +01:00
qtmux.c tests: qtmux: ensure initialized test buffer memory 2012-04-04 21:38:14 +02:00
rganalysis.c tests: fix rganalysis unit test event handling 2012-07-04 23:57:18 +01:00
rglimiter.c test: fix more tests 2012-02-06 18:35:01 +01:00
rgvolume.c tests: fix rgvolume unit test event handling 2012-07-05 15:14:33 +01:00
rtp-payloading.c rtph263ppay: accept any h263 input unless downstream forces specific requirements 2012-07-06 11:57:38 +01:00
rtpbin.c tests: add test for rtpsession cleanup 2012-06-07 10:44:31 +02:00
rtpbin_buffer_list.c tests: make more tests compile 2012-01-03 14:16:28 +01:00
rtpjitterbuffer.c tests: fix jitterbuffer test 2012-02-06 09:23:49 +01:00
shapewipe.c tests: fix more tests 2012-01-31 15:39:09 +01:00
souphttpsrc.c Use new GLib API unconditionally 2012-01-22 23:15:19 +00:00
spectrum.c test: fix more tests 2012-02-06 18:35:01 +01:00
sunaudio.c sys/sunaudio/: Actually translate sunaudio mixer track labels instead of just marking the strings as translatable (#3... 2007-03-09 19:44:30 +00:00
udpsink.c tests: make more tests compile 2012-01-03 14:16:28 +01:00
udpsrc.c tests: fix more tests 2012-01-31 15:39:09 +01:00
videocrop.c fix Y800 format 2012-06-06 13:00:58 +02:00
videofilter.c tests: videofilter: ensure initial segment event 2012-03-26 18:38:34 +02:00
wavpackdec.c tests: port wavpack tests to 0.11 2012-03-05 13:44:21 +01:00
wavpackenc.c tests: port wavpack tests to 0.11 2012-03-05 13:44:21 +01:00
wavpackparse.c tests: port wavpack tests to 0.11 2012-03-05 13:44:21 +01:00
y4menc.c tests: fix more tests 2012-02-07 10:30:28 +01:00