mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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 {
|
- (void) sendEvent:(NSEvent *) event {
|
||||||
BOOL taken = NO;
|
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) {
|
if ([event type] == NSKeyDown) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue