docs: fix build of docs examples

Update for registry method rename
This commit is contained in:
Wim Taymans 2012-01-02 15:47:46 +01:00
parent 9540014d2e
commit 5b3fcd2fe2

View file

@ -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 */