hlsdemux: Factor out all the fetcher code in a GstURIDownloader class
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Wed, 14 Mar 2012 21:06:22 +0000 (17:06 -0400)
committerThibault Saunier <thibault.saunier@collabora.com>
Thu, 5 Apr 2012 14:33:51 +0000 (10:33 -0400)
commit71b9f57b63d472287c145245271c9ccc2ca6d483
tree57eb338637fda3057452e0c2c039b931841e288a
parent5e85aaf11db9d2723e0ea01077ae34860a09da05
hlsdemux: Factor out all the fetcher code in a GstURIDownloader class

This class is meant to be reusable by other components
gst/hls/Makefile.am
gst/hls/gsturidownloader.c [new file with mode: 0644]
gst/hls/gsturidownloader.h [new file with mode: 0644]