summaryrefslogtreecommitdiff
path: root/tests/check/elements/videorate.c
Commit message (Expand)AuthorAgeFilesLines
* videorate: Add unit test for closing a segment and opening a separate oneOlivier Crête2021-09-151-0/+142
* videorate: Only "close" the segment if it is discontinousOlivier Crête2021-09-151-0/+6
* videorate: Add test for segment updateOlivier Crête2021-09-151-0/+93
* videorate: Error out on streams with no way to guess framerateOlivier Crête2020-07-201-26/+3
* videorate: Add test that reproduces infinite loopOlivier Crête2020-07-201-0/+77
* videorate: Fix max-duplication-time handlingSebastian Dröge2019-11-041-6/+44
* Pass the code through codespellThibault Saunier2019-08-301-1/+1
* videorate: Add max-duplication-time propertyVivia Nikolaidou2019-02-211-0/+102
* tests: include config.h and don't include unix headersTim-Philipp Müller2018-01-161-2/+3
* videorate: fix duration and position query handlingTim-Philipp Müller2017-01-241-3/+4
* check/videorate: Avoid leaking extra buffersEdward Hervey2016-11-281-0/+2
* videorate: Add fixed rate propertyJoris Valette2016-11-041-5/+233
* videorate: Fix memory leakage in test codeJimmy Ohn2016-10-061-1/+7
* tests: add test for videorate caps renegotiation after a framerate has been c...George Kiagiadakis2015-05-291-0/+26
* videorate: fix a couple of memory leaksTim-Philipp Müller2015-04-041-1/+1
* videorate: Detect framerate if not forced to variable downstreamThibault Saunier2015-04-021-0/+103
* tests: Fix event order and missing eventsSebastian Dröge2013-05-101-13/+7
* tests: fix leaks in videorate unit testTim-Philipp Müller2013-03-031-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* tests: videorate: remove obsolete color-matrix caps fieldMark Nauwelaerts2012-04-131-2/+1
* GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-1/+1
* tests: fix more unit testsWim Taymans2012-02-031-22/+22
* tests: port and enable more unit testsWim Taymans2012-01-041-76/+55
* tests: update for new audio capsWim Taymans2011-09-291-94/+94
* Merge branch 'master' into 0.11Edward Hervey2011-09-231-0/+272
|\
| * videorate: Add tests for the max-rate caseSjoerd Simons2011-09-211-3/+101
| * videorate: Print which caps didn't match upSjoerd Simons2011-09-211-7/+7
| * videorate: Add test for caps negotiationSjoerd Simons2011-09-211-0/+174
* | test: port some more testsWim Taymans2011-06-161-9/+9
* | tests: fix more testsWim Taymans2011-03-281-8/+8
* | tests: work on porting the unit testsWim Taymans2011-03-281-23/+43
|/
* Add -Wwrite-strings to configureBenjamin Otte2010-03-161-1/+1
* tests: fix videorate testTim-Philipp Müller2010-03-161-15/+25
* tests: update videorate test for videotestsrc changesStefan Kost2010-03-151-1/+5
* tests: fix typo in videorate unit test pipeline descriptionTim-Philipp Müller2010-03-101-2/+2
* tests: don't use deprecated functions in videorate unit testTim-Philipp Müller2010-03-101-2/+2
* videorate: tests: New unit tests for upstream caps negoThiago Santos2010-02-221-3/+108
* Correct all relevant warnings found by the sparse semantic code analyzer. Thi...Sebastian Dröge2008-03-031-7/+5
* tests/check/elements/videorate.c: Set buffer timestamp to a valid value in or...Edward Hervey2007-05-031-0/+1
* gst/videorate/gstvideorate.c: Don't leak incoming buffer if gst_pad_push() re...Dan Williams2007-04-241-17/+52
* gst/videorate/gstvideorate.c: Add some debug.Wim Taymans2007-04-121-0/+98
* gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make perfect offset...Andy Wingo2007-03-291-0/+23
* tests/check/elements/: consistent pad (de)activationStefan Kost2006-12-211-0/+2
* tests/check/: Fix some warnings.Wim Taymans2006-09-201-4/+2
* tests/check/: Don't busy-wait in tests; this was causing test timeouts very f...Michael Smith2006-06-021-1/+0
* gst/videorate/gstvideorate.c: fix up docs fix a leak when no caps negotiated ...Thomas Vander Stichele2006-04-281-18/+159
* Fix an infinite loop if frames are passed in with wrongly ordered timestamps....Edward Hervey2006-04-261-0/+383