uridownloader: add support for range based downloads
authorThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 19 Jun 2013 21:28:15 +0000 (18:28 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Mon, 1 Jul 2013 17:22:01 +0000 (14:22 -0300)
commite76f3e95fd0846bccccab387755aace9c0050c2b
tree79ce382deeaeb076e32be46257039b520f864cb3
parent65758debf1eead6028f0b22a13d7965d44c0f731
uridownloader: add support for range based downloads

Adds a new API gst_uri_downloader_fetch_uri_with_range that allows
downloading only a byte range from an URI. It uses a seek event
sent to the source to signal the range to be downloaded.

https://bugzilla.gnome.org/show_bug.cgi?id=702206
gst-libs/gst/uridownloader/gsturidownloader.c
gst-libs/gst/uridownloader/gsturidownloader.h