summaryrefslogtreecommitdiff
path: root/validate/gst
AgeCommit message (Expand)AuthorFilesLines
2015-11-23scenario: Set the default action execution interval to 10msHEADmasterEdward Hervey1-2/+3
2015-11-17validate: media-descriptor-writer: Don't create media info when stream info i...Vineeth T M1-12/+13
2015-10-29validate: Handle setting several scenariosThibault Saunier1-17/+25
2015-10-26validate: Add missing gir include pathWonchul Lee1-0/+8
2015-10-10validate: fix double freeGuillaume Desmottes1-1/+1
2015-10-10validate: fix loading of full path scenarioGuillaume Desmottes1-1/+1
2015-10-02validate: descriptor-writer: Handle NULL GError address and free GError durin...Vineeth TM1-5/+7
2015-09-30validate:scenario: Add a way to define a timeout for actions executionThibault Saunier3-6/+31
2015-08-17validate: Don't override the target state of the scenario when receiving BUFF...Sebastian Dröge2-0/+18
2015-08-16validate: Fix typoSebastian Dröge1-1/+1
2015-08-07validate: scenario: fix leak during error casesVineeth TM1-0/+2
2015-08-05validate: descriptor-writer: Handle error when stream info is not availableVineeth TM3-9/+17
2015-08-05validate: descriptor-writer: Print proper error message when discover failsVineeth TM1-5/+32
2015-08-05validate:override-registry: fix memory leakVineeth TM1-0/+1
2015-07-31validate: media-descriptor: Workaround file:// stream-id changingNicolas Dufresne1-1/+53
2015-07-31validate: media-descriptor: Fix reading seekable recordNicolas Dufresne1-1/+1
2015-07-31validate: media-descriptor: handle proper return valuesVineeth TM1-1/+1
2015-07-31validate: media-descriptor: Add comment before ignored return valueNicolas Dufresne1-0/+1
2015-07-30validate: media-descriptor: remove duplicate conditionsVineeth TM1-1/+1
2015-07-30validate: media-descriptor: fix trivial spelling mistakesVineeth TM1-2/+2
2015-07-25validate: Add a method to get action->scenario in a thread safe wayThibault Saunier2-2/+27
2015-07-24validate-scenario: Use thread-safe GWeakRefOlivier Crête2-3/+27
2015-07-24validate-scenario: Use GLib functions to make sure GMainContext is usedOlivier Crête1-19/+15
2015-07-24scenario: Only modify the actions from the main threadOlivier Crête1-26/+26
2015-07-22validate-scenario: get duration from media_info if not able to queryVineeth T M1-2/+12
2015-07-14validate: don't store the full description structGuillaume Desmottes1-16/+17
2015-07-14validate:scenario: Report EVENT_SEEK_NOT_HANDLED as reported error on errorThibault Saunier1-1/+1
2015-07-13validate:scenario: Implement a config to set the interval between action callsThibault Saunier1-2/+40
2015-06-24validate:scenario: Reset seeked_in_paused when wrong position detectedThibault Saunier1-2/+3
2015-06-14validate: spelling fixesTim-Philipp Müller1-3/+3
2015-06-12validate: print REPORTER->name when passed as source in validate_printfThibault Saunier1-0/+4
2015-06-09validate:media-descriptor-writer: cleanup get tag codeWonchul Lee1-3/+4
2015-06-08validate: Do not define GstValidateOverride type twiceThibault Saunier1-4/+3
2015-06-08validate: Mark gst_validate_report a G_GNUC_PRINTFThibault Saunier4-11/+12
2015-06-08validate:utils: Add a utility to get a GstClockTime from a structureThibault Saunier3-23/+69
2015-06-08validate: Properly clear the overrides registry on deinitThibault Saunier3-0/+57
2015-06-08validate: Add a way to check whether Validate is initializedThibault Saunier2-0/+15
2015-06-08validate:override: Add a vmethod to check whether a monitor can attach itThibault Saunier3-0/+24
2015-06-08validate:override-registry: Make use of gst_validate_element_has_klassThibault Saunier1-11/+4
2015-06-08validate:override: Make overrides GObjectsThibault Saunier4-16/+138
2015-06-08validate: Move plugins to the toplevel directoryThibault Saunier8-1025/+1
2015-06-08validate:scenario: Round up computed ClockTime valuesThibault Saunier1-1/+3
2015-06-06validate:runner: Add a method to force exiting the runnerThibault Saunier4-2/+33
2015-06-03pad-monitor: Check that an ERROR GstMessage has been posted on GST_FLOW_ERROROlivier Crête5-1/+41
2015-06-03validate: remove unused assignmentLuis de Bethencourt1-1/+1
2015-06-02Revert "validate-utils: simplify _read_builtin ()"Olivier Crête1-12/+14
2015-05-29validate-utils: clean error handling in _file_get_lines ()Luis de Bethencourt1-27/+9
2015-05-29validate-utils: simplify _read_builtin ()Luis de Bethencourt1-14/+12
2015-05-29validate-utils: sqrt(-1.0) leads to undefined resultVineeth T M1-3/+2
2015-05-20validate:scenario: Make sure to actually test position to execute actionsThibault Saunier1-14/+14