mxf-example: fix the { } scope

This commit is contained in:
Stefan Kost 2011-05-20 00:35:55 +03:00
parent b1f0f2e83f
commit a570b3d76f

View file

@ -151,11 +151,11 @@ on_message (GstBus * bus, GstMessage * message, gpointer data)
gst_tag_list_free (tags);
break;
}
default:
break;
}
}
}
static void
on_pad_added (GstElement * src, GstPad * pad, gpointer data)