mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +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) {
|
if (command) {
|
||||||
s = gst_event_get_structure (event);
|
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);
|
FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue