summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-04-14testsuites: New DASH-IF conformity testsuitedashifEdward Hervey13-0/+9941
Allows testing various DASH-IF Test Assets
2017-03-01stream_info: More update for h264 caps updateEdward Hervey1-1/+1
2017-02-27Update h264 stream infos to include interlace modeThibault Saunier10-16/+16
As h264parse now adds the information.
2017-01-31fragmented_nonseekable_sink.mp4.media_info: Fix PTS/DTSEdward Hervey1-242/+242
The PTS/DTS no longer reset. Fixed by the following commit: Commit: 1fc3d42f8ae2e0b5b4241cb42c25806149e9ae45 URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=1fc3d42f8ae2e0b5b4241cb42c25806149e9ae45 Author: Jan Schmidt <jan@centricular.com> Date: Sat Jan 7 23:55:42 2017 +1100 qtdemux: Don't reset output timestamps when no tfdt If a fragmented stream doesn't have a tfdt, don't reset the output timestamps at each fragment boundary by erroneously using the default value of 0. Introduced by commit 69fc48 https://bugzilla.gnome.org/show_bug.cgi?id=754230
2016-12-20media_infos: Make sure png URI matches with the stream IDThibault Saunier1-2/+2
2016-12-19Remove frame information for png filesthiblahute1-1/+0
2016-12-19Re update media file info in a sensibly more agressive wayThibault Saunier28-5745/+3577
Fixing places where updates were needed but I missed them. Huge changes happened in frame detection as we used to check unparsed frames (ie buffers outputed by demuxers) but this was not correct at all, new information should be much more occurate.
2016-12-18Re update media infos for discoverer outputting more detailed caps nowthiblahute18-57/+75
2016-12-18Revert "Update media infos for discoverer outputting more detailed caps now"thiblahute12-81/+14180
This reverts commit 8cd6d99a73de60bc9a750588d13846ad9c4c88c4.
2016-12-18Update media infos for discoverer outputting more detailed caps nowSebastian Dröge12-14180/+81
2016-12-13validate: Bug #774854 is supposed to be FIXED nowThibault Saunier1-8/+0
2016-12-04validate: Fix known issues definitionsThibault Saunier1-2/+2
2016-12-02ges: Remove now fixed test to the known issue listThibault Saunier1-11/+0
2016-11-29testsuites:validate: Mark known seek issues on dash streams as suchThibault Saunier2-2/+37
2016-11-28testsuite:validate: Mark known theora over HTTP decoding issueThibault Saunier1-0/+20
2016-11-28testsuites:validate: Blacklist validate.file.*.simple.fast_forward.synchronizedThibault Saunier2-3/+3
Those are racy and often lead to TIMEOUT
2016-11-25testsuites:ges: Set known seeking issues as suchThibault Saunier1-8/+23
2016-11-11Update fragmented_nonseekable_sink.mp4.media_infoThibault Saunier1-241/+241
Basically the video buffers offsets used to go back to 0 when DTS was going back to 0 and now they are always increasing, which is also fine.
2016-11-08Port to python3Thibault Saunier1-1/+1
2016-10-18testlist: Update for new blacklisted testsEdward Hervey1-3/+0
2016-10-18stream_info: Update stream-id for HLSEdward Hervey1-2/+3
We know have the program-id also in there
2016-09-09ges: Accept wrong position after seek on mp3 files as it is a known bugThibault Saunier1-0/+7
2016-09-05Revert "testlist: Blacklist some GES tests"Thibault Saunier1-0/+98
This reverts commit 2fb85424d0aa5f77b7076e2f14a3ae42bfc314af. https://bugzilla.gnome.org/show_bug.cgi?id=769894 has been fixed.
2016-08-14testlist: Blacklist some GES testsEdward Hervey1-98/+0
See https://bugzilla.gnome.org/show_bug.cgi?id=769894
2016-08-13testsuite: Re-enable no-longer blacklisted testsEdward Hervey1-0/+4
2016-08-13gitignore: Simplify a bitEdward Hervey1-4/+1
2016-08-13https://bugzilla.gnome.org/show_bug.cgi?id=769545Edward Hervey1-3/+0
testsuite: Remove more blacklisted tests
2016-08-12validate.testlist: Update for blacklisted testEdward Hervey1-1/+0
2016-08-01Update ges.testslistThibault Saunier1-0/+196
2016-07-19Update GES testslistThibault Saunier1-49/+196
2016-06-07README: fix link to gst-validate-launcher docsTim-Philipp Müller1-2/+2
2016-06-07validateextra: also remove non existing tests from .testlist fileThiago Santos1-2/+0
Follow up from the previous commit
2016-06-07validateextra: remove scenarios that doesn't existThiago Santos1-4/+0
Leads to exceptions when run with: gst-validate-launcher --sync-all validateextra
2016-05-07testlist: remove blacklisted tests for nonfragmented_sink mp4 fileThiago Santos1-5/+0
2016-05-06testslist: update testlist with new fragmented file testsThiago Santos1-0/+13
2016-05-06HACKING: add line on how to enable the gstqaassets file repositoryThiago Santos1-0/+2
People that should have the keys atm: thiblahute, slomo, thiagoss
2016-05-06media-check: add test for fragmented file without durationThiago Santos2-0/+313
The file was generated with a non-seekable sink, so some values in the headers couldn't be rewritten and that requires some extra care when playing the file. Related to bug https://bugzilla.gnome.org/show_bug.cgi?id=765805
2016-05-06xdcam-pal-dv25: Fix media_info file after recent dv change to fix the ↵Sebastian Dröge1-6/+7
pixel-aspect-ratios
2016-03-23ges: Only use the default path for the default testsuiteThibault Saunier1-1/+1
2016-03-23ges: Pass the proper path to GES projectsThibault Saunier1-1/+3
2016-03-22testsuites: validate: Take into account newly blacklisted testsThibault Saunier1-2/+0
2016-03-09mxf: Update mpeg video capsEdward Hervey5-5/+5
We now properly detect profile/level for these streams
2016-03-09Fix stream-id for online streamsEdward Hervey2-3/+3
They need to have *exactly* the expected stream-id since they come from a specific URI. This was broken in the last updates of mkv/webm stream-id
2016-03-08medias: Update frame information after h264parse changesEdward Hervey5-3001/+5333
The output of h264parse has changed again after this commit: videoparsers: h264: Disable passthorugh mode enabling
2016-03-08vorbis_vp8.1.webm: Update stream-idEdward Hervey1-2/+2
Wasn't updated in the last round of stream-id updates due to matroska demuxer changes.
2016-02-29Update matroska/webm media info files after change in stream-id computationThibault Saunier5-20/+25
2016-02-26validateelements: Make FLOAT as numeric valuesThibault Saunier1-3/+8
2016-02-23Update validate.testslistThibault Saunier1-1/+40
Those were added in: commit 146c6a95d670cc5753bbf20615d7f8c5b7b518ba Author: Thibault Saunier <tsaunier@gnome.org> Date: Wed Oct 14 11:56:23 2015 +0100 default testsuite: Add prores tests validate: commit 3bd31854a8c569068bbd75160d724fd6ce39d265 Author: Sebastian Dröge <sebastian@centricular.com> Date: Tue Oct 27 15:51:44 2015 +0200 validate: Un-blacklist seeking HLS tests They are reliable enough after 36b80edb7263118467dfcaee3923f7c964ae6bc8 in gst-plugins-base now.
2016-01-23ges: Add flac+jpeg in matroka and opus+jpeg in matroska testsThibault Saunier21-0/+462
2015-12-11media-info: add running-timeThiago Santos22-19381/+19381
Synchronization is made on running-time, store it in the media-check files to to be able to use it and compare them with new data extracted in tests