summaryrefslogtreecommitdiff
path: root/gst/gsturi.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-02 02:22:51 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-02 02:22:51 +0000
commited80a5cd4b0f35c19bad786402239317e65546a5 (patch)
treefd5497a24db03caf807c506152e7ddf321c4e95f /gst/gsturi.c
parent2836cbee946f00f7876fb070c5385e36af92aff8 (diff)
registry: rename gst_registry_get_default() to gst_registry_get()
It's not really a default if there is only one that can't be changed. Should we return a ref like e.g. g_volume_monitor_get() does?
Diffstat (limited to 'gst/gsturi.c')
-rw-r--r--gst/gsturi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gsturi.c b/gst/gsturi.c
index 6d49a39ed..5b09965b8 100644
--- a/gst/gsturi.c
+++ b/gst/gsturi.c
@@ -523,7 +523,7 @@ get_element_factories_from_uri_protocol (const GstURIType type,
entry.type = type;
entry.protocol = protocol;
- possibilities = gst_registry_feature_filter (gst_registry_get_default (),
+ possibilities = gst_registry_feature_filter (gst_registry_get (),
search_by_entry, FALSE, &entry);
return possibilities;