mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
Whitespacey
This commit is contained in:
parent
0a57e2c403
commit
a99fac623c
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ public class Tutorial1 extends Activity {
|
|||
super.onCreate(savedInstanceState);
|
||||
|
||||
try {
|
||||
GStreamer.init(this);
|
||||
GStreamer.init(this);
|
||||
} catch (Exception e) {
|
||||
Toast.makeText(this, e.getMessage(), Toast.LENGTH_LONG).show();
|
||||
finish();
|
||||
|
@ -40,7 +40,7 @@ public class Tutorial1 extends Activity {
|
|||
}
|
||||
|
||||
setContentView(R.layout.main);
|
||||
|
||||
|
||||
TextView tv = (TextView)findViewById(R.id.textview_info);
|
||||
tv.setText("Welcome to " + nativeGetGStreamerInfo() + " !");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue