mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
osxvideo: fix a warning doing a cast
This commit is contained in:
parent
b3e5dcc5f7
commit
3f7aed54f9
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
- (void) sendEvent:(NSEvent *) event {
|
||||
BOOL taken = NO;
|
||||
|
||||
GST_DEBUG ("event %p type:%d", event,[event type]);
|
||||
GST_DEBUG ("event %p type:%d", event,(gint)[event type]);
|
||||
|
||||
if ([event type] == NSKeyDown) {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue