summaryrefslogtreecommitdiff
path: root/gst/videotestsrc/gstvideotestsrc.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-01videotestsrc: Add SMPTE75 RP-219 color bars conformantFrancisco Javier Velázquez-García1-0/+5
2021-04-30videotestsrc: Fix a leak when computing alpha capsNirbheek Chauhan1-0/+1
2021-03-16videotestsrc: allow per feature registrationStéphane Cerveau1-2/+3
2020-06-15videotestsrc: Do not try to answer the duration query before negotiationThibault Saunier1-4/+6
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-3/+3
2020-06-03plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle1-0/+4
2020-05-06videotestsrc: Fix buffer duration in reverse playbackThibault Saunier1-1/+5
2019-08-30Pass the code through codespellThibault Saunier1-1/+1
2018-01-12videotestsrc: Document the num-buffers propertySam Thursfield1-0/+4
2017-11-21videotestsrc: Avoid overflow calculationEdward Hervey1-3/+3
2017-05-23videotestsrc: Protect videoinfo with object lockOlivier Crête1-1/+21
2017-03-18videotestsrc: Publish multiview-mode info in the capsJan Schmidt1-2/+14
2017-03-10docs: Convert gtkdoc comments to markdownThibault Saunier1-4/+5
2017-01-18videotestsrc: Add options to make ball pattern based on system time, and inve...Carl Karsten1-2/+100
2016-11-01videotestsrc: Make snow deterministicStian Selnes1-0/+1
2016-03-24base: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+2
2016-01-06videotestsrc: add missing break in set_property switch caseAurélien Zanelli1-0/+1
2015-10-30videotestsrc: fix handling of Bayer format 'gbrg'Joan Pau Beltran1-1/+1
2015-10-22videotestsrc: Force alpha downstream if foreground color contains alphaThibault Saunier1-1/+64
2015-10-02videotestsrc: Don't fixate framerate if downstream didn't provide oneJan Schmidt1-1/+5
2015-08-04videotestsrc: Don't set DTS on bufferNicolas Dufresne1-4/+4
2015-05-10docs: update element example pipelinesTim-Philipp Müller1-2/+2
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt1-2/+1
2015-03-10videotestsrc: add all colors modeWim Taymans1-0/+4
2014-12-24videotestsrc: Report our latency properly in live modeSebastian Dröge1-1/+18
2014-10-21videotestsrc: assertion errorVineeth T M1-2/+3
2014-10-08videotestsrc: add gradient patternWim Taymans1-0/+4
2014-04-10videotestsrc: bail out on unsupported capsVincent Penquerc'h1-0/+7
2014-01-31videotestsrc: ensure having caps when setting the buffer pool configJulien Isorce1-0/+6
2014-01-10videotestsrc: fix unit test breaking on duration queryVincent Penquerc'h1-2/+4
2014-01-10videotestsrc: do not set TIME duration when asked for another formatVincent Penquerc'h1-5/+18
2013-12-30videotestsrc: Always set pixel-aspect-ratio and interlace-mode in the fixed capsSebastian Dröge1-0/+8
2013-10-08videotestsrc: implement duration queryThiago Santos1-0/+10
2013-10-08videotestsrc: implement reverse playbackThiago Santos1-2/+16
2013-08-02videotestsrc: Demote ERROR statement back to DEBUGEdward Hervey1-1/+1
2013-07-31videotestsrc: Add pinwheel and spokes patternsDavid Schleef1-1/+9
2013-07-26videotestsrc: Initialize GstVideoInfo in ::start()Edward Hervey1-0/+2
2013-07-26videotestsrc: Don't error on not-negotiatedEdward Hervey1-2/+0
2013-06-27videotestsrc: do not leak linesPatricia Muscalu1-0/+7
2013-05-27videotestsrc: subsample chroma before packingWim Taymans1-0/+31
2013-03-07videotestsrc: make colors controlableStefan Sauer1-12/+10
2013-02-06video: fix return type of _get_palette() and add since markers to docsTim-Philipp Müller1-1/+1
2013-02-05videotestsrc: use video library paletteWim Taymans1-34/+5
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-15videotestsrc: make and copy paletteWim Taymans1-0/+36
2012-09-23videotestsrc: keep track of the correct running time after renegotiationsThiago Santos1-3/+21
2012-07-06update for query api changesWim Taymans1-1/+1
2012-06-27videotestsrc: set DTS and PTS, sync on DTSWim Taymans1-2/+3
2012-06-26fix interlace-modeWim Taymans1-2/+3
2012-06-06videotestsrc: Remove more redundant codeWim Taymans1-20/+43