core: Push creation of gst source to MediaItem
authorJames Henstridge <james@jamesh.id.au>
Mon, 3 Aug 2009 10:16:31 +0000 (18:16 +0800)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 26 Aug 2009 13:56:24 +0000 (16:56 +0300)
commitc412f9c4a08d54beefe5a34767ef58a6321b5e32
tree40fdf62a0a3479b742963f6f8de150f3aebe3ef9
parent3654eb0c4ac400e0ce4681a22e36e06f3b63df49
core: Push creation of gst source to MediaItem

Previously MediaItem.create_stream_source was only called for items that
did not provide any URIs.  If a URI was available, then HTTPRequest
would create an element directly from it.  Now HTTPRequest always calls
create_stream_source and the default implementation knows how to create
an element from a URI.
src/rygel/rygel-http-request.vala
src/rygel/rygel-media-item.vala