Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Fix for recent modifications | Jens Georg | 2015-02-08 | 1 | -0/+2 |
| | |||||
* | all: Refactoring of the MediaObject class hierarchy | Craig Pratt | 2015-02-08 | 1 | -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 bugfixes | Jens Georg | 2013-07-26 | 1 | -1/+1 |
| | |||||
* | tests: Unbreak seeking tests | Jens Georg | 2013-04-16 | 1 | -0/+10 |
| | |||||
* | tests: Avoid unused method warnings. | Murray Cumming | 2012-12-06 | 1 | -0/+7 |
| | |||||
* | tests: Catch exceptions | Murray Cumming | 2012-12-06 | 1 | -1/+8 |
| | |||||
* | server: Support all objects in HTTPRequest | Jens Georg | 2012-11-22 | 1 | -6/+11 |
| | |||||
* | server: Remove GStreamer from TimeSeek | Jens Georg | 2012-10-05 | 1 | -9/+9 |
| | |||||
* | tests: Updated http-time-seek-test | Topi Santakivi | 2011-05-19 | 1 | -24/+62 |
| | |||||
* | tests: Updated http-time-seek-test.vala | Topi Santakivi | 2011-05-18 | 1 | -5/+46 |
| | |||||
* | tests: Update time seek test for commit 4b96c34 | Zeeshan Ali (Khattak) | 2011-04-15 | 1 | -7/+9 |
| | |||||
* | tests: Update time seek test for commit aed9247 | Zeeshan Ali (Khattak) | 2011-04-15 | 1 | -3/+3 |
| | |||||
* | core: MediaItem.should_stream() -> is_live_stream() | Zeeshan Ali (Khattak) | 2011-03-30 | 1 | -1/+1 |
| | | | | | Rename MediaItem.should_stream() to is_live_stream() and remove the now incorrect and redundant comment. | ||||
* | core,plugins,tests: Change in coding-style | Zeeshan Ali (Khattak) | 2010-11-28 | 1 | -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 changes | Zeeshan Ali (Khattak) | 2010-08-25 | 1 | -6/+13 |
| | |||||
* | core,mediathek: Don't use deprecated libsoup API | Zeeshan Ali (Khattak) | 2010-08-11 | 1 | -1/+1 |
| | | | | Replace usage of Soup.MessageHeaders.get() with get_one(). | ||||
* | core: Fix Seek.length confusion | Zeeshan Ali (Khattak) | 2010-08-02 | 1 | -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 HTTPTimeSeek | Zeeshan Ali (Khattak) | 2010-05-11 | 1 | -0/+186 |