summaryrefslogtreecommitdiff
path: root/tests/check/libs/player.c
Commit message (Collapse)AuthorAgeFilesLines
* player: Remove gst_player_new() and make gst_player_new_full() the normal ↵Sebastian Dröge2016-01-041-4/+4
| | | | | | | | constructor In very few cases the simple version was actually needed and having the parameters hidden by a _full() version caused application that actually needed it to not use it.
* player: Add unit test that is disabled by defaultSebastian Dröge2015-12-231-0/+1499
The unit test is downloading a few small media files from the Internet, which are then used during the test. "make clean" removes the files again.