mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +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);
|
super.onCreate(savedInstanceState);
|
||||||
|
|
||||||
GStreamer.Init(this);
|
GStreamer.init(this);
|
||||||
|
|
||||||
setContentView(R.layout.main);
|
setContentView(R.layout.main);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue