diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-01-02 02:22:51 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-01-02 02:22:51 +0000 |
commit | ed80a5cd4b0f35c19bad786402239317e65546a5 (patch) | |
tree | fd5497a24db03caf807c506152e7ddf321c4e95f /gst/gsturi.c | |
parent | 2836cbee946f00f7876fb070c5385e36af92aff8 (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.c | 2 |
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; |