mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
parent
f710bec408
commit
a14e730aad
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ gst_navigation_event_parse_command (GstEvent * event,
|
|||
|
||||
if (command) {
|
||||
s = gst_event_get_structure (event);
|
||||
g_return_val_if_fail (gst_structure_get_uint (s, "command-code", command),
|
||||
g_return_val_if_fail (gst_structure_get_uint (s, "command-code", (guint*)command),
|
||||
FALSE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue