mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
Change welcome string to match other tutorials
This commit is contained in:
parent
853b78cf38
commit
9f389c8b02
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
// Do any additional setup after loading the view, typically from a nib.
|
||||
gst_backend = [[GStreamerBackend alloc] init];
|
||||
|
||||
label.text = [NSString stringWithFormat:@"Hello %@", [gst_backend getGStreamerVersion], nil];
|
||||
label.text = [NSString stringWithFormat:@"Welcome to %@!", [gst_backend getGStreamerVersion], nil];
|
||||
}
|
||||
|
||||
- (void)didReceiveMemoryWarning
|
||||
|
|
Loading…
Reference in a new issue