gstreamer/gst
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
..
alpha alpha: don't set up stuff before the input and output formats are known 2012-05-01 00:23:14 +01:00
apetag Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
audiofx audiopanorama: fix negotiation and unit test 2012-07-03 17:54:22 +01:00
audioparsers update for audio api change 2012-06-08 10:11:12 +02:00
auparse Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
autodetect Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
avi gst: Implement segment-done event 2012-07-05 13:13:09 +02:00
cutter Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
debugutils rndbuffersize: add push mode support 2012-06-28 20:05:09 +01:00
deinterlace deinterlace: send QoS messages when dropping a frame 2012-06-12 15:40:37 +01:00
effectv Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
equalizer childproxy: update api use 2012-06-11 18:24:20 +02:00
flv gst: Implement segment-done event 2012-07-05 13:13:09 +02:00
flx flxdec: improve segment handling 2012-04-13 17:24:38 +02:00
goom elements: Use gst_pad_set_caps() instead of manual event fiddling 2012-06-08 15:54:42 +02:00
goom2k1 elements: Use gst_pad_set_caps() instead of manual event fiddling 2012-06-08 15:54:42 +02:00
icydemux update for tag event change 2012-06-06 13:02:12 +02:00
id3demux Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
imagefreeze gst: Implement segment-done event 2012-07-05 13:13:09 +02:00
interleave deinterleave; downgrade caps change failure debug message 2012-07-03 19:44:26 +01:00
isomp4 gst: Implement segment-done event 2012-07-05 13:13:09 +02:00
law Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
level Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
matroska gst: Implement segment-done event 2012-07-05 13:13:09 +02:00
median Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
monoscope elements: Use gst_pad_set_caps() instead of manual event fiddling 2012-06-08 15:54:42 +02:00
multifile splitfilesrc: fix up docs for 0.11 2012-06-17 01:00:40 +01:00
multipart update for tag event change 2012-06-06 13:02:12 +02:00
replaygain update for tag event change 2012-06-06 13:02:12 +02:00
rtp rtph263ppay: accept any h263 input unless downstream forces specific requirements 2012-07-06 11:57:38 +01:00
rtpmanager update for task api change 2012-06-20 10:33:42 +02:00
rtsp gst: Implement segment-done event 2012-07-05 13:13:09 +02:00
shapewipe Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
smpte collectpads2: rename to collectpads 2012-04-17 15:14:27 +02:00
spectrum Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
udp Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
videobox videobox: Fix the sample pipeline. 2012-05-23 10:14:16 +02:00
videocrop fix Y800 format 2012-06-06 13:00:58 +02:00
videofilter Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
videomixer childproxy: update api use 2012-06-11 18:24:20 +02:00
wavenc Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
wavparse gst: Implement segment-done event 2012-07-05 13:13:09 +02:00
y4m video: Update for libgstvideo API changes 2012-04-19 12:20:59 +02:00
Makefile.am build: build plugins and examples in parallel where possible 2010-03-29 11:00:57 +01:00