mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Whitespacey
This commit is contained in:
parent
049ac0438b
commit
2baed2a80c
1 changed files with 3 additions and 3 deletions
|
@ -43,13 +43,13 @@ public class Tutorial1 extends Activity implements SurfaceHolder.Callback, OnSee
|
|||
private native void nativeSurfaceInit(Object surface);
|
||||
private native void nativeSurfaceFinalize();
|
||||
private long native_custom_data;
|
||||
|
||||
|
||||
private boolean playing;
|
||||
private int position;
|
||||
private int duration;
|
||||
|
||||
|
||||
private Bundle initialization_data;
|
||||
|
||||
|
||||
public Tutorial1() {
|
||||
super();
|
||||
GStreamer.Init(this);
|
||||
|
|
Loading…
Reference in a new issue