gstreamer/ext/pango
Sebastian Dröge 5830db7050 textoverlay: Query downstream caps for checking if caps features are supported, not just accept-caps
accept-caps is not recursive and might stop at the next downstream element,
while caps queries are generally recursive. The next element might accept any
capsfeatures we want, but that doesn't mean that further downstream it will
also work.

Additionally for the future:
We should probably check if downstream *prefers* the
overlay meta, and only enforce usage of it if we can't handle
the format ourselves and thus would have to drop the overlays.
Otherwise we should prefer what downstream wants here.
2015-07-28 14:14:50 +03:00
..
gstbasetextoverlay.c textoverlay: Query downstream caps for checking if caps features are supported, not just accept-caps 2015-07-28 14:14:50 +03:00
gstbasetextoverlay.h basetextoverlay: Use the extents rectangle for positioning 2015-07-24 16:43:59 -04:00
gstclockoverlay.c docs: update element example pipelines 2015-05-10 11:38:19 +01:00
gstclockoverlay.h Fix FSF address 2012-11-03 23:05:09 +00:00
gsttextoverlay.c docs: update element example pipelines 2015-05-10 11:38:19 +01:00
gsttextoverlay.h Fix FSF address 2012-11-03 23:05:09 +00:00
gsttextrender.c Update mailing list address from sourceforge to freedesktop 2015-07-16 17:17:16 +01:00
gsttextrender.h textrender: push segment event after caps event 2014-04-11 10:43:39 +02:00
gsttimeoverlay.c docs: update element example pipelines 2015-05-10 11:38:19 +01:00
gsttimeoverlay.h timeoverlay: add "time-line" property 2014-11-25 14:52:47 +00:00
Makefile.am basetextoverlay: Add missing linking against -lm 2015-07-22 14:51:29 -04:00