mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Compile fix.
Original commit message from CVS: Compile fix.
This commit is contained in:
parent
b7fad3dc5e
commit
de2a7b9ee8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ main (gint argc, gchar *argv[])
|
|||
|
||||
gst_init (&argc, &argv);
|
||||
|
||||
registry = gst_xml_registry_new ("reg.xml");
|
||||
registry = gst_xml_registry_new ("test", "reg.xml");
|
||||
|
||||
gst_registry_load (registry);
|
||||
|
||||
|
|
Loading…
Reference in a new issue