mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
It's GStreamer.init(), not Init()
This commit is contained in:
parent
56e49fac4e
commit
20ab7db117
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class Tutorial1 extends Activity implements SurfaceHolder.Callback, OnSee
|
|||
{
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
GStreamer.Init(this);
|
||||
GStreamer.init(this);
|
||||
|
||||
setContentView(R.layout.main);
|
||||
|
||||
|
|
Loading…
Reference in a new issue