gstreamer/gst-libs/gst/uridownloader
Thiago Santos 9e313eb0a7 uridownloader: do not set cancelled unless explicitly called by user
Cancelled is a 'permanent' state of the uridownloader and is only
removed by a call to _reset. When a download fails we just want to
return NULL on the fetch function and leave the downloader ready
for another fetch, otherwise the user has to call _reset after
failed downloader, even when it didn't call _cancel.
2013-07-08 23:39:49 -03:00
..
gstfragment.c uridownloader: refactor gsturidownloader to its own lib 2013-05-07 20:02:41 -03:00
gstfragment.h uridownloader: refactor gsturidownloader to its own lib 2013-05-07 20:02:41 -03:00
gsturidownloader.c uridownloader: do not set cancelled unless explicitly called by user 2013-07-08 23:39:49 -03:00
gsturidownloader.h uridownloader: add support for range based downloads 2013-07-01 14:22:01 -03:00
gsturidownloader_debug.h uridownloader: refactor gsturidownloader to its own lib 2013-05-07 20:02:41 -03:00
Makefile.am uridownloader: refactor gsturidownloader to its own lib 2013-05-07 20:02:41 -03:00