summaryrefslogtreecommitdiff
path: root/src/librygel-server/rygel-media-resource.vala
Commit message (Collapse)AuthorAgeFilesLines
* all: Update license text to LGPLv2.1 properJens Georg2015-11-021-6/+11
| | | | | | We always claimed being LGPLv2.1 but the license text said differently. Signed-off-by: Jens Georg <mail@jensge.org>
* server: Serialize import_uri in MediaResourceJens Georg2015-08-021-3/+12
| | | | | | Previously it was not taken into account. Signed-off-by: Jens Georg <mail@jensge.org>
* server: Fix MediaResource copy constructorJens Georg2015-08-021-1/+1
| | | | | | | Copy import_uri instead of accidentally setting it to the uri of the other resource. Signed-off-by: Jens Georg <mail@jensge.org>
* server: Style fixesJens Georg2015-03-161-59/+70
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* server: Drop useless functionJens Georg2015-03-061-17/+4
| | | | | | Vala is doing the right thing here. Signed-off-by: Jens Georg <mail@jensge.org>
* server: Add support for encrypted contentJens Georg2015-02-171-50/+100
| | | | | | Code based on Cablelabs*s CVP-2 implementation Signed-off-by: Jens Georg <mail@jensge.org>
* server: Fix item uploadJens Georg2015-02-081-0/+1
| | | | | | Sever was not adding any resources on placeholder items. Signed-off-by: Jens Georg <mail@jensge.org>
* server: Add MediaResource.dup () functionJens Georg2015-02-081-0/+4
| | | | | | Shorthand for new MediaResource.from_resource (resource.get_name (), resource); Signed-off-by: Jens Georg <mail@jensge.org>
* server: Serialize resourcesJens Georg2015-02-081-1/+1
| | | | | | Code based on Cablelabs's CVP-2 implementation. Signed-off-by: Jens Georg <mail@jensge.org>
* server: Add MediaResource classJens Georg2015-02-081-0/+360
Based on Cablelabs's CVP-2 implementation Signed-off-by: Jens Georg <mail@jensge.org>