mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
mxf-example: fix the { } scope
This commit is contained in:
parent
b1f0f2e83f
commit
a570b3d76f
1 changed files with 1 additions and 1 deletions
|
@ -151,9 +151,9 @@ on_message (GstBus * bus, GstMessage * message, gpointer data)
|
|||
|
||||
gst_tag_list_free (tags);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue