summaryrefslogtreecommitdiff
path: root/tests/rygel-http-time-seek-test.vala
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix for recent modificationsJens Georg2015-02-081-0/+2
|
* all: Refactoring of the MediaObject class hierarchyCraig Pratt2015-02-081-2/+2
| | | | | | | | Introduce a MediaFileItem class that represents a single file Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=720218
* tests: Fix for recent bugfixesJens Georg2013-07-261-1/+1
|
* tests: Unbreak seeking testsJens Georg2013-04-161-0/+10
|
* tests: Avoid unused method warnings.Murray Cumming2012-12-061-0/+7
|
* tests: Catch exceptionsMurray Cumming2012-12-061-1/+8
|
* server: Support all objects in HTTPRequestJens Georg2012-11-221-6/+11
|
* server: Remove GStreamer from TimeSeekJens Georg2012-10-051-9/+9
|
* tests: Updated http-time-seek-testTopi Santakivi2011-05-191-24/+62
|
* tests: Updated http-time-seek-test.valaTopi Santakivi2011-05-181-5/+46
|
* tests: Update time seek test for commit 4b96c34Zeeshan Ali (Khattak)2011-04-151-7/+9
|
* tests: Update time seek test for commit aed9247Zeeshan Ali (Khattak)2011-04-151-3/+3
|
* core: MediaItem.should_stream() -> is_live_stream()Zeeshan Ali (Khattak)2011-03-301-1/+1
| | | | | Rename MediaItem.should_stream() to is_live_stream() and remove the now incorrect and redundant comment.
* core,plugins,tests: Change in coding-styleZeeshan Ali (Khattak)2010-11-281-2/+2
| | | | | | If the first argument to a function does not fit on the same line, we now put the opening '(' on the next line rather than having it at the end of the first line.
* tests: Update test against latest MediaItem changesZeeshan Ali (Khattak)2010-08-251-6/+13
|
* core,mediathek: Don't use deprecated libsoup APIZeeshan Ali (Khattak)2010-08-111-1/+1
| | | | Replace usage of Soup.MessageHeaders.get() with get_one().
* core: Fix Seek.length confusionZeeshan Ali (Khattak)2010-08-021-1/+2
| | | | | | | | | Since we didn't care to specify whether Seek.length is length of the seek or total length of the associated resource, we intpreted it in both ways at different places. Now there is a separate property for both length and total length. This also fixes the broken seeking.
* test: Add unit test for HTTPTimeSeekZeeshan Ali (Khattak)2010-05-111-0/+186