Add missing semicolon in the example code.

https://bugzilla.gnome.org/show_bug.cgi?id=784909
This commit is contained in:
Elmir 2017-07-13 16:10:53 +02:00 committed by Nicolas Dufresne
parent 3823907047
commit fade3ed53e

View file

@ -169,7 +169,7 @@ static void print_pad_templates_information (GstElementFactory * factory) {
pads = gst_element_factory_get_static_pad_templates (factory);
while (pads) {
padtemplate = pads->data
padtemplate = pads->data;
pads = g_list_next (pads);
if (padtemplate->direction == GST_PAD_SRC)