examples: Fix build

This commit is contained in:
Edward Hervey 2012-01-02 15:52:23 +01:00
parent 3b3de767c1
commit 3248694f1b

View file

@ -154,8 +154,7 @@ demo_player_build_pipeline (DemoPlayer * player)
filter = priv->scaletempo;
MAKE_ELEMENT (NULL, playbin, "playbin", "playbin");
gconf = gst_default_registry_find_plugin ("gconfelements");
gconf = gst_registry_find_plugin (gst_registry_get (), "gconfelements");
has_gconf = (gconf != NULL);
gst_object_unref (gconf);