summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-01-02 15:47:46 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-01-02 15:47:46 +0100
commit5b3fcd2fe2334e665e669abdfcadd2f28811f5da (patch)
tree91a8849ca81931167d85748258e6a4cfffee36a8
parent9540014d2e871eb132505ea5fd7053631d62c5ba (diff)
docs: fix build of docs examples
Update for registry method rename
-rw-r--r--docs/manual/advanced-autoplugging.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/advanced-autoplugging.xml b/docs/manual/advanced-autoplugging.xml
index 31b258e412..dbdb5ea5e6 100644
--- a/docs/manual/advanced-autoplugging.xml
+++ b/docs/manual/advanced-autoplugging.xml
@@ -314,7 +314,7 @@ init_factories (void)
{
/* first filter out the interesting element factories */
factories = gst_registry_feature_filter (
- gst_registry_get_default (),
+ gst_registry_get (),
(GstPluginFeatureFilter) cb_feature_filter, FALSE, NULL);
/* sort them according to their ranks */