mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
ext/soup/gstsouphttpsrc.c: Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source over gnome-vfs and ev...
Original commit message from CVS: * ext/soup/gstsouphttpsrc.c: (plugin_init): Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source over gnome-vfs and everything else. Fixes bug #527848.
This commit is contained in:
parent
75ad5867a9
commit
940ae71885
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-04-13 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* ext/soup/gstsouphttpsrc.c: (plugin_init):
|
||||
Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
|
||||
over gnome-vfs and everything else. Fixes bug #527848.
|
||||
|
||||
2008-04-13 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -1173,7 +1173,7 @@ gst_soup_http_src_uri_handler_init (gpointer g_iface, gpointer iface_data)
|
|||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "souphttpsrc", GST_RANK_MARGINAL,
|
||||
return gst_element_register (plugin, "souphttpsrc", GST_RANK_PRIMARY,
|
||||
GST_TYPE_SOUP_HTTP_SRC);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue