summaryrefslogtreecommitdiff
path: root/ext/pango/gstbasetextoverlay.c
Commit message (Expand)AuthorAgeFilesLines
* textoverlay: Expose rendering dimensions as properties.Lubosz Sarnecki2016-02-041-11/+78
* textoverlay: Do not limit positioning to video area.Lubosz Sarnecki2016-02-041-8/+4
* basetextoverlay: fix typo in debug log messagePrashant Gotarne2015-09-181-1/+1
* basetextoverlay: FIX crash if padding greater than video sizePrashant Gotarne2015-09-031-0/+13
* textoverlay: Query downstream caps for checking if caps features are supporte...Sebastian Dröge2015-07-281-2/+10
* basetextoverlay: Use the extents rectangle for positioningNicolas Dufresne2015-07-241-89/+129
* basetextoverlay: Fix clipping issuesNicolas Dufresne2015-07-241-32/+39
* basetextoverlay: Improve further the negotiation functionNicolas Dufresne2015-07-221-33/+35
* basetextoverlay: Ensure meta coordinate are in stream scaleNicolas Dufresne2015-07-221-36/+55
* basetextoverlay: Reorder and cleanup class attributeNicolas Dufresne2015-07-221-1/+1
* basetextoverlay: Fix upstream composition handlingNicolas Dufresne2015-07-201-2/+8
* basetextoverlay: Clear reconfigure flags before negotationNicolas Dufresne2015-07-201-0/+3
* basetestoverlay: Always query window dimensionNicolas Dufresne2015-07-201-58/+47
* basetextoverlay: Send caps before doing allocation queryNicolas Dufresne2015-07-201-7/+10
* basetextoverlay: Log GstVideoOverlayComposition negotiationLubosz Sarnecki2015-07-201-0/+3
* basetextoverlay: Receive window size event and adjust renderingLubosz Sarnecki2015-07-201-7/+92
* basetestoverlay: Pass down meta buffers from upstream that supports GstVideoO...Lubosz Sarnecki2015-07-201-0/+28
* basetextoverlay: Fix bug with unused upstream_has_metaNicolas Dufresne2015-07-021-1/+1
* Revert "basetextoverlay: remove dead code"Nicolas Dufresne2015-07-021-22/+30
* basetextoverlay: remove dead codeLuis de Bethencourt2015-07-021-30/+22
* basetextoverlay: add "draw-shadow" and "draw-outline" propertiesLazar Claudiu2015-06-141-13/+56
* basetextoverlay: Rewrite negotiation methodNicolas Dufresne2015-06-121-59/+59
* basetextoverlay: make deltax and deltay properties controllableClaudiu Florin Lazar2015-05-261-2/+3
* docs: update element example pipelinesTim-Philipp Müller2015-05-101-49/+0
* basetextoverlay: fix buffer leak in chain functionGuillaume Desmottes2015-04-101-1/+5
* textoverlay: fix disappearing text with high deltaxVincent Penquerc'h2015-04-031-3/+3
* textoverlay: Re-render if video size changedNicolas Dufresne2015-03-031-0/+5
* Revert "basetextoverlay: Fix segfault when overlay outside the frame"Tim-Philipp Müller2014-11-171-35/+27
* Revert "basetextoverlay: segfault when xpos >= video size"Tim-Philipp Müller2014-11-171-5/+3
* basetextoverlay: segfault when xpos >= video sizeVineeth T M2014-10-271-3/+5
* basetextoverlay: Make GstBaseTextOverlay::font-desc readableThibault Saunier2014-10-231-1/+15
* basetextoverlay: Fix segfault when overlay outside the frameLuis de Bethencourt2014-10-111-27/+35
* basetextoverlay: Do not fail the negotiation if query failsThiago Santos2014-09-181-5/+9
* basetextoverlay: get framerate from previously parsed video infoArnaud Vrac2014-09-051-11/+3
* basetextoverlay: do not ask for a bufferpool when checking for composition metaArnaud Vrac2014-09-051-1/+1
* basetextoverlay: schedule reconfigure on source pad when negotiation failsArnaud Vrac2014-09-051-4/+8
* basetextoverlay: just forward the seek event to sink pads like other eventsArnaud Vrac2014-09-051-49/+8
* basetextoverlay: remove unneeded cairo transparence settingNicola Murino2014-09-041-3/+0
* basetextoverlay: Make shading_value a propertyNicola Murino2014-09-041-12/+21
* basetextoverlay: properly fallback to non-overlay capsThiago Santos2014-09-011-1/+22
* textoverlay: Don't hold any mutexes while calling negotiateSebastian Dröge2014-09-011-2/+2
* textoverlay: remove code that can't be reachedTim-Philipp Müller2014-08-291-7/+2
* basetextoverlay: fix caps negotiation filterThiago Santos2014-08-131-14/+8
* basetextoverlay: rework caps negotiationThiago Santos2014-08-111-36/+78
* basetextoverlay: always intersect with the filter capsThiago Santos2014-08-111-15/+6
* pango: Do not try to add a feature to a caps features ANYThibault Saunier2014-05-111-1/+4
* pango: Make static caps actually static to fix a memory leakSebastian Dröge2014-04-151-1/+1
* pango: demote debug WARNING to LOG for variable framerate video inputAdrien Schwartzentruber2014-03-061-1/+1
* pango: basetextoverlay: handle video/x-raw(ANY) if downstream supports the Gs...Matthieu Bouron2014-03-051-26/+230
* basetextoverlay: use correct segment for textThiago Santos2014-02-071-4/+4