projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
122f106
)
uridownloader: deleted useless declaration of gst_uri_downloader_free()
author
Gianluca Gennari
<gennarone@gmail.com>
Wed, 17 Oct 2012 16:46:22 +0000
(18:46 +0200)
committer
Thiago Santos
<thiago.sousa.santos@collabora.com>
Wed, 8 May 2013 21:14:00 +0000
(18:14 -0300)
ext/dash/gsturidownloader.h
patch
|
blob
|
history
diff --git
a/ext/dash/gsturidownloader.h
b/ext/dash/gsturidownloader.h
index ac16846da8dc54752eb9ed98141932dfd94e6e70..b311cf14d1fbd679b77255eae25f669d76dce404 100644
(file)
--- a/
ext/dash/gsturidownloader.h
+++ b/
ext/dash/gsturidownloader.h
@@
-58,7
+58,6
@@
GType gst_uri_downloader_get_type (void);
GstUriDownloader * gst_uri_downloader_new (void);
GstFragment * gst_uri_downloader_fetch_uri (GstUriDownloader * downloader, const gchar * uri);
void gst_uri_downloader_cancel (GstUriDownloader *downloader);
-void gst_uri_downloader_free (GstUriDownloader *downloader);
G_END_DECLS
#endif /* __GSTURIDOWNLOADER_H__ */