It's GStreamer.init(), not Init()
This commit is contained in:
parent
56e49fac4e
commit
20ab7db117
@ -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…
x
Reference in New Issue
Block a user