mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
examples: Fix build
This commit is contained in:
parent
3b3de767c1
commit
3248694f1b
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue