mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-01 17:31:10 +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,11 +151,11 @@ on_message (GstBus * bus, GstMessage * message, gpointer data)
|
||||||
|
|
||||||
gst_tag_list_free (tags);
|
gst_tag_list_free (tags);
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
on_pad_added (GstElement * src, GstPad * pad, gpointer data)
|
on_pad_added (GstElement * src, GstPad * pad, gpointer data)
|
||||||
|
|
Loading…
Reference in a new issue