summaryrefslogtreecommitdiff
path: root/gst/hls
diff options
context:
space:
mode:
authorXavier Queralt <xqueralt@gmail.com>2012-02-14 11:57:00 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-02-29 09:52:39 +0100
commitb5004e058b6da66dd3f5808b5e67bad8b29bf4cd (patch)
treec6bbebfd721518c73c4882c8e36ccc51375493ec /gst/hls
parentddfcfb5a7a6f708ad3518e9e7a2e67f9568f61da (diff)
downloadgstreamer-plugins-bad-b5004e058b6da66dd3f5808b5e67bad8b29bf4cd.tar.gz
hlsdemux: don't set the fetcher's location twice
Calling gst_element_make_from_uri already does it and filesrc fails when using file protocol in a location
Diffstat (limited to 'gst/hls')
-rw-r--r--gst/hls/gsthlsdemux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/hls/gsthlsdemux.c b/gst/hls/gsthlsdemux.c
index 15f0bfa6c..afafacaf0 100644
--- a/gst/hls/gsthlsdemux.c
+++ b/gst/hls/gsthlsdemux.c
@@ -845,7 +845,6 @@ gst_hls_demux_make_fetcher_locked (GstHLSDemux * demux, const gchar * uri)
demux->stopping_fetcher = FALSE;
gst_element_set_bus (GST_ELEMENT (demux->fetcher), demux->fetcher_bus);
- g_object_set (G_OBJECT (demux->fetcher), "location", uri, NULL);
pad = gst_element_get_static_pad (demux->fetcher, "src");
if (pad) {
gst_pad_link (pad, demux->fetcherpad);