summaryrefslogtreecommitdiff
path: root/gst-libs/gst/video
Commit message (Expand)AuthorAgeFilesLines
* videoaggregator: fix compilation with older glib versionTim-Philipp Müller2015-09-291-10/+4
* videoaggregator: Fix mixup of running times and segment positionsSebastian Dröge2015-09-141-29/+61
* videoaggregator: fix caps query to properly handle alpha formatsThiago Santos2015-09-112-12/+199
* videoaggregator: lift restriction of changing pixel-aspect-ratioThiago Santos2015-09-031-3/+1
* videoaggregator: Always set the pad's buffer_vinfo when storing a bufferBen Browitt2015-08-201-0/+1
* configure.ac: fix build when the uvch264 plugin is not selectedArnaud Vrac2015-08-191-3/+3
* videoaggregator: Remove broken _clip vfuncOlivier Crête2015-07-301-63/+0
* aggregator: Add property to select how to decide on a start timeSebastian Dröge2015-07-291-5/+9
* videoaggregator: Remove pixel-aspect-ratio field from the caps returned by ge...Thibault Saunier2015-07-061-2/+2
* videoaggregator: simplifies and improves sink_get_caps.Mathieu Duponchelle2015-06-231-8/+6
* videoaggregator: Print some debug output if we change the timestamp offsetSebastian Dröge2015-06-151-0/+4
* videoaggregator: Add some more debug outputSebastian Dröge2015-06-151-0/+4
* videoaggregator: Don't update the ts-offset before updating the actual config...Sebastian Dröge2015-06-151-9/+0
* videoaggregator: Remember if the last LATENCY query returned live or not and ...Sebastian Dröge2015-06-151-2/+13
* videoaggregator: No need to artificially bound the zorder.Mathieu Duponchelle2015-06-141-1/+1
* videoaggregator: add "ignore-eos" property for input padsNirbheek Chauhan2015-06-122-0/+21
* videoaggregator: simplify aggregate returningThiago Santos2015-06-081-13/+9
* videoaggregator: refactor caps reconfigure to its own functionThiago Santos2015-06-081-13/+29
* videoaggregator: fixing types in aggregate functionThiago Santos2015-06-081-15/+14
* videoaggregator: use macro to access aggregator src padThiago Santos2015-06-081-2/+2
* videoaggregator: Add class property to disable caps scalingJan Schmidt2015-05-302-7/+17
* videoaggregator: Catch errors, and allow sub-class to return NULL from get_ou...Jan Schmidt2015-05-301-0/+8
* compositor: implement proper par handlingMatthew Waters2015-05-141-6/+2
* videoaggregator: fix caps leak when early returningGuillaume Desmottes2015-04-171-1/+2
* videoaggregator: Remove broken timestamps-going-backwards checkSebastian Dröge2015-04-081-10/+0
* aggregator: Query latency on first incoming buffer.Olivier Crête2015-04-011-2/+4
* videoaggregator: Document why buffer_vinfo is neededNirbheek Chauhan2015-03-241-0/+6
* videoaggregator: Check if there's a previous buffer to 'keep'Nirbheek Chauhan2015-03-241-2/+8
* videoaggregator: While aggregating, sync values for all pads before convertin...Nirbheek Chauhan2015-03-121-21/+29
* Revert "videoaggregator: Create new caps from the video-info"Sebastian Dröge2015-03-061-12/+2
* videoaggregator: Create new caps from the video-infoSebastian Dröge2015-03-061-2/+12
* videoaggregator: use new gst_aggregator_pad_drop_buffer()Tim-Philipp Müller2015-02-131-14/+6
* Improve and fix LATENCY query handlingSebastian Dröge2015-02-111-3/+5
* videoaggregator: When receiving timeout before caps, make sure to also advanc...Sebastian Dröge2015-02-101-0/+1
* videoaggregator: fix buffer selection when duration=-1Matthew Waters2015-02-101-0/+19
* videoaggregator: don't set element factory detailsTim-Philipp Müller2015-02-081-8/+0
* aggregator: More fixes around locking when accessing protected private fieldsThibault Saunier2015-01-291-1/+1
* aggregator: Hide GstAggregatorPad buffer and EOS filedsThibault Saunier2015-01-291-5/+12
* aggregator: Document locking for gst_aggregator_get_latency_unlocked()Olivier Crête2015-01-291-1/+2
* videoaggregator: Lock access to members of GstAggregatorPadOlivier Crête2015-01-291-15/+23
* videoaggregator: If getting a timeout before having caps, just advance our po...Nirbheek Chauhan2015-01-291-2/+40
* videoaggregator: fix crash when receiving buffer without timestampsTim-Philipp Müller2015-01-261-1/+2
* gitignore: ignore more filesStefan Sauer2015-01-121-0/+1
* videoaggregator: update for aggregator start/stop vfunc changeTim-Philipp Müller2014-12-301-6/+0
* aggregator: make padding largerTim-Philipp Müller2014-12-282-3/+3
* videoaggregator: Use the src query implementation of aggregator as the defaul...Sebastian Dröge2014-12-221-7/+1
* videoaggregator: Don't try to map NULL buffersSebastian Dröge2014-12-181-1/+6
* videoaggregator: Make sure to always update the pad's videoinfo together with...Sebastian Dröge2014-12-181-0/+5
* aggregator: Add function to allow subclasses to set their own latencySebastian Dröge2014-12-171-0/+3
* aggregator: Add a timeout parameter to ::aggregate()Sebastian Dröge2014-12-171-2/+2