diff options
author | Thiago Santos <thiago.sousa.santos@collabora.com> | 2013-02-04 21:58:09 -0300 |
---|---|---|
committer | Thiago Santos <thiago.sousa.santos@collabora.com> | 2013-05-07 21:09:47 -0300 |
commit | a0a05b2941b05718cf695027aeda7501ac1cb1bc (patch) | |
tree | 9aa911d9f03bccfc924094c8fd9d522b39caf985 /ext/smoothstreaming/gstmssdemux.h | |
parent | 12e943284777f90c7d111c1e5ba6bacb059ddf9f (diff) | |
download | gstreamer-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.h | 2 |
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 |