mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +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();
|
||||
|
|
Loading…
Reference in a new issue