summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming/gstmssdemux.h
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2013-02-04 21:58:09 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2013-05-07 21:09:47 -0300
commita0a05b2941b05718cf695027aeda7501ac1cb1bc (patch)
tree9aa911d9f03bccfc924094c8fd9d522b39caf985 /ext/smoothstreaming/gstmssdemux.h
parent12e943284777f90c7d111c1e5ba6bacb059ddf9f (diff)
downloadgstreamer-plugins-bad-a0a05b2941b05718cf695027aeda7501ac1cb1bc.tar.gz
mssdemux: use the shared uridownloader lib instead of an internal copy
Diffstat (limited to 'ext/smoothstreaming/gstmssdemux.h')
-rw-r--r--ext/smoothstreaming/gstmssdemux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/smoothstreaming/gstmssdemux.h b/ext/smoothstreaming/gstmssdemux.h
index 26cbb2b80..cd7f16eb9 100644
--- a/ext/smoothstreaming/gstmssdemux.h
+++ b/ext/smoothstreaming/gstmssdemux.h
@@ -27,7 +27,7 @@
#include <gst/base/gstadapter.h>
#include <gst/base/gstdataqueue.h>
#include "gstmssmanifest.h"
-#include "gsturidownloader.h"
+#include <gst/uridownloader/gsturidownloader.h>
G_BEGIN_DECLS