From 5b3fcd2fe2334e665e669abdfcadd2f28811f5da Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 2 Jan 2012 15:47:46 +0100 Subject: [PATCH] docs: fix build of docs examples Update for registry method rename --- docs/manual/advanced-autoplugging.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/advanced-autoplugging.xml b/docs/manual/advanced-autoplugging.xml index 31b258e..dbdb5ea 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 */ -- 2.7.4